Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2
-
None
Description
During the site generation of a maven-plugin i got the following warning in the builds:
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /opt/.../plugin/.../HelpMojo.java:30: warning - @author tag has no arguments.
[WARNING] /opt/.../plugin/.../HelpMojo.java:30: warning - @version tag has no arguments.
[INFO] Generating "Test JavaDocs" report --- maven-javadoc-plugin:2.9
The question is: Can this be automatically be generated by the maven-plugin-plugin from the original Mojo Class to avoid this WARNING?