Class AggregatorSourceJarMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="aggregate", defaultPhase=PACKAGE, aggregator=true, threadSafe=true) @Execute(phase=GENERATE_SOURCES) public class AggregatorSourceJarMojo extends SourceJarMojo
Aggregate sources for all modules in an aggregator project.
Since:
2.0.3
Version:
$Id: AggregatorSourceJarMojo.java 1717056 2015-11-29 12:31:48Z khmarbaise $
  • Constructor Details

    • AggregatorSourceJarMojo

      public AggregatorSourceJarMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Specified by:
      execute in interface org.apache.maven.plugin.Mojo
      Overrides:
      execute in class AbstractSourceJarMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException