We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c03fb commit a9fad34Copy full SHA for a9fad34
pom.xml
@@ -1251,8 +1251,9 @@
1251
<artifactId>maven-javadoc-plugin</artifactId>
1252
<configuration>
1253
<linksource>true</linksource>
1254
- <maxmemory>1024m</maxmemory>
1255
<source>${version.java}</source>
+ <failOnError>false</failOnError>
1256
+ <failOnWarnings>false</failOnWarnings>
1257
</configuration>
1258
</plugin>
1259
<plugin>
@@ -1398,8 +1399,9 @@
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
0 commit comments