Set parameter 'failOnError' of maven javadoc plugin to true, issue #291.

This commit is contained in:
Andrei Selkin 2015-08-09 00:35:38 +03:00 committed by Roman Ivanov
parent 75ed7a6d25
commit a73868f2d3
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@
<version>2.10.3</version>
<configuration>
<source>1.7</source>
<failOnError>false</failOnError>
<failOnError>true</failOnError>
<linksource>true</linksource>
</configuration>
<reportSets>