Bernd Vogt wrote:
when implementing a Mojo (Maven 3), how do I get the MavenProject objects of the modules that were already built by the current reactor build?
Sounds either like
/** @parameter default-value="${reactorProjects}" */
Collection<MavenProject> projects;
or http://jira.codehaus.org/browse/MNG-4943.
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
