[ 
https://jira.codehaus.org/browse/MPLUGIN-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=329061#comment-329061
 ] 

SebbASF commented on MPLUGIN-245:
---------------------------------

Any plugin that uses annotations and has a generated help goal will do.

For example, compare the output of

(A) mvn help:describe -Dplugin=javadoc -Dgoal=help -Ddetail

with the output of

(B) mvn javadoc:help -Dgoal=help -Ddetail

They should both show the same detailed help for javadoc:help

However (B) does not show any property names.
                
> @Parameter property names are not written to the plugin-help.xml file
> ---------------------------------------------------------------------
>
>                 Key: MPLUGIN-245
>                 URL: https://jira.codehaus.org/browse/MPLUGIN-245
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>            Reporter: SebbASF
>         Attachments: HelpMojo.java, HelpMojo.java
>
>
> The generated HelpMojo fails to show user parameter names if the Mojo is 
> generated from Java 5 annotations.
> This appears to be because the plugin-help.xml file does not include the 
> information. HelpMojo.java is expecting to find an "expression" tag.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to