[ https://jira.codehaus.org/browse/MPLUGIN-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318600#comment-318600
]
Anthony Whitford commented on MPLUGIN-237:
------------------------------------------
Yes, this bugs me too. I'm OK with dropping {{@author}} and {{@version}} altogether from
the HelpMojo's javadoc. I don't really see how {{@author}} applies to something generated.
And who cares about {{@version}} for a _help mojo_?
> JavaDoc WARNING on generated HelpMojo class.
> --------------------------------------------
>
> Key: MPLUGIN-237
> URL: https://jira.codehaus.org/browse/MPLUGIN-237
> Project: Maven 2.x Plugin Tools
> Issue Type: Improvement
> Components: Plugin Plugin
> Affects Versions: 3.2
> Reporter: Karl Heinz Marbaise
> Priority: Minor
>
> During the site generation of a maven-plugin i got the following warning in the builds:
> {code}
> 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
> {code}
> The question is: Can this be automatically be generated by the maven-plugin-plugin from
the original Mojo Class to avoid this WARNING?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|