Skip to content

Commit 51678be

Browse files
committed
maven-javadoc-plugin: bump version and fail on warnings/errors
1 parent d74b834 commit 51678be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@
341341
<artifactId>maven-javadoc-plugin</artifactId>
342342
<!-- NB: The same version declaration and configuration block also
343343
appears in the <reporting> section, and must be kept in sync. -->
344-
<version>3.0.1</version>
344+
<version>3.10.0</version>
345345
<configuration>
346-
<failOnError>false</failOnError>
346+
<failOnError>true</failOnError>
347347
<links>
348348
<link>http://docs.oracle.com/javase/8/docs/api/</link>
349349
</links>

0 commit comments

Comments
 (0)