Generated documentation for @phase is misleading ------------------------------------------------
Key: MPLUGIN-35 URL: http://jira.codehaus.org/browse/MPLUGIN-35 Project: Maven 2.x Plugin Plugin Issue Type: Bug Affects Versions: 2.3 Reporter: Matthew Beermann Priority: Minor Fix For: 2.4 If you have the @phase annotation in your mojo, the generated documentation will look something like: "Automatically executes within the lifecycle phase: validate " This is misleading; the goal will _not_ automatically execute - very few goals in Maven do. Instead, you need an <executions> section in your POM. I think it would be clearer to just say "Executes during the lifecycle phase: validate" or something like that. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira