Skip to content

Commit 2a86686

Browse files
committed
chore: configure maven-javadoc-plugin to run in a quiet mode and fail on warnings.
1 parent 0cf550b commit 2a86686

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -909,8 +909,10 @@
909909
<artifactId>maven-javadoc-plugin</artifactId>
910910
<version>${javadoc.plugin.version}</version>
911911
<configuration>
912+
<quiet>true</quiet>
912913
<nohelp>true</nohelp>
913914
<nodeprecatedlist>true</nodeprecatedlist>
915+
<failOnWarnings>true</failOnWarnings>
914916
<bottom>Copyright &#169; {inceptionYear}&#x2013;{currentYear} ${project.developers[0].name}. All rights reserved.</bottom>
915917
</configuration>
916918
</plugin>

0 commit comments

Comments
 (0)