Skip to content

Commit 8637f3c

Browse files
committed
Update pom.xml
1 parent b238bd5 commit 8637f3c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@
109109
</relocations>
110110
</configuration>
111111
</plugin>
112+
<plugin>
113+
<groupId>org.apache.maven.plugins</groupId>
114+
<artifactId>maven-javadoc-plugin</artifactId>
115+
<version>3.5.1</version>
116+
<configuration>
117+
<!-- Don't fail the build if there are missing Javadocs -->
118+
<failOnError>false</failOnError>
119+
120+
<!-- Optionally, allow missing comments/tags -->
121+
<quiet>true</quiet>
122+
</configuration>
123+
</plugin>
112124
</plugins>
113125
<finalName>${project.artifactId}-${project.version}.${buildNumber}</finalName>
114126
</build>

0 commit comments

Comments
 (0)