Igor Fedorenko created MNG-5549: ----------------------------------- Summary: Provide before/after callbacks for project and mojo execution Key: MNG-5549 URL: https://jira.codehaus.org/browse/MNG-5549 Project: Maven 2 & 3 Issue Type: Improvement Reporter: Igor Fedorenko
As a build extension developer, I would like to be able to receive before/after callback events for project and mojo executions. For project-level events, I need MavenSession and ManveProject (obviously) as well as calculated project execution plain. For mojo executions I need MavenSession, ManveProject, MojoExecution and Mojo instances. The idea is to allow extensions observe and participate project build as a whole, not as set of independent mojo executions. -- 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