summaryrefslogtreecommitdiffstats
path: root/springboot/springboot1/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'springboot/springboot1/pom.xml')
-rw-r--r--springboot/springboot1/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index 1752dcee..00e8f0b1 100644
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -436,7 +436,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
+ <version>3.2.0</version>
<configuration>
<additionalDependencies>
<additionalDependency>
@@ -480,6 +480,7 @@
<version>${commons.lang.version}</version>
</additionalDependency>
</additionalDependencies>
+ <failOnError>false</failOnError>
</configuration>
<executions>
<execution>