SebbASF created MPLUGIN-246:
-------------------------------

             Summary: Clarify that super class must also use annotations
                 Key: MPLUGIN-246
                 URL: https://jira.codehaus.org/browse/MPLUGIN-246
             Project: Maven 2.x Plugin Tools
          Issue Type: Improvement
         Environment: 
http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html
            Reporter: SebbASF
            Priority: Minor


The page 
http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html
 says:

"NOTE With annotations, it's not any more mandatory to have your Mojos super 
classes in the same project. Super classes can now come from reactor projects 
or external dependencies."

It would help if were made explicit that this will only work if the super-class 
also uses annotations. Something like:

"NOTE With annotations, your Mojo super class does not have to be in the same 
project. Provided that the super class also uses annotations, it
can now come from reactor projects or external dependencies."

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