Posts

Showing posts with the label javadoc

Increase the number of reported Javadoc errors and warning when building with Maven

Image
Clash Royale CLAN TAG #URR8PPP Increase the number of reported Javadoc errors and warning when building with Maven I am using Maven to build a project which has somewhat suboptimal Javadoc comments. I have noticed that no matter how many warnings I fix, I always get only 100 warnings reported: Building index for all the packages and classes... Generating ...targetsiteapidocsoverview-tree.html... Generating ...targetsiteapidocsindex-all.html... Generating ...targetsiteapidocsdeprecated-list.html... Building index for all classes... Generating ...targetsiteapidocsallclasses-frame.html... Generating ...targetsiteapidocsallclasses-frame.html... Generating ...targetsiteapidocsallclasses-noframe.html... Generating ...targetsiteapidocsallclasses-noframe.html... Generating ...targetsiteapidocsindex.html... Generating ...targetsiteapidocsoverview-summary.html... Generating ...targetsiteapidocshelp-doc.html... 100 errors 100 warnings [INFO] -------------------------------------------------------...