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
    • Constructor Detail

      • AggregatorSourceJarMojo

        public AggregatorSourceJarMojo()
    • Method Detail

      • 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