summaryrefslogtreecommitdiffstats
path: root/odlparent/setup/src/main/resources/pom-template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'odlparent/setup/src/main/resources/pom-template.xml')
-rwxr-xr-xodlparent/setup/src/main/resources/pom-template.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml
index f3bf114f..d6a9b46a 100755
--- a/odlparent/setup/src/main/resources/pom-template.xml
+++ b/odlparent/setup/src/main/resources/pom-template.xml
@@ -564,6 +564,14 @@
<version>7.1.1</version>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>3.2.0</version>
+ <configuration>
+ <failOnError>false</failOnError>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>