Martin Ellis created MPLUGIN-223:
------------------------------------

             Summary: HelpMojo is not extracted when using java-annotations 
extractor
                 Key: MPLUGIN-223
                 URL: https://jira.codehaus.org/browse/MPLUGIN-223
             Project: Maven 2.x Plugin Tools
          Issue Type: Bug
    Affects Versions: 3.1
            Reporter: Martin Ellis


The generated HelpMojo uses javadoc tags rather than Java annotations.

If the plugin is only configured to use only the java-annotations extractor, 
then it does not recognise the HelpMojo as a valid mojo:
{noformat}
          <extractors>
            <extractor>java-annotations</extractor>
          </extractors>
{noformat}

In this case, the plugin will silently fail to include the 'help' goal in the 
plugin descriptor.

--
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

        

Reply via email to