[ http://jira.codehaus.org/browse/MNG-817?page=all ] Kenney Westerhof reopened MNG-817: ----------------------------------
As discussed with Brett & Trygve, m2 won't allow a complete plugin:goal specification (then we're back to the maven 1 prereq functionality), but it's OK to 'depend' on a mojo part of the same plugin. So we'll add a 'mojo=' parameter to @execute, to avoid naming clashes with phases. A 'phase=' XOR 'mojo=' can be specified. > setting of @execute phase="plugin:goal" does not get executed > ------------------------------------------------------------- > > Key: MNG-817 > URL: http://jira.codehaus.org/browse/MNG-817 > Project: Maven 2 > Type: Bug > Components: maven-plugin-api > Reporter: Edwin Punzalan > > > My mojo plugin declared a mavenreport in its @execute phase annotation. > Running the plugin however, does not execute the mavenreport prior to running > the mojo. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
