Class AggregatorAddThirdPartyMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="aggregate-add-third-party", aggregator=true, defaultPhase=GENERATE_RESOURCES, requiresDependencyResolution=TEST, threadSafe=true) public class AggregatorAddThirdPartyMojo extends AbstractAddThirdPartyMojo
This goal forks executions of the add-third-party goal for all the leaf projects of the tree of modules below the point where it is executed. Note that this plugin sets a specific name, 'add-third-party', for the forked executions in the individual projects. From command level, then even though the execution of this goal is named 'default-cli', the forked executions have the name 'add-third-party'. Thus, to use the pluginManagement element of the POM to set options, you have to name the execution 'add-third-party', not 'default-cli'.
Since:
1.0
Author:
tchemit dev@tchemit.fr