Class AggregatorJavadocJar

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

    @Mojo(name="aggregate-jar",
          defaultPhase=PACKAGE,
          aggregator=true,
          requiresDependencyResolution=COMPILE)
    @Execute(phase=COMPILE)
    public class AggregatorJavadocJar
    extends JavadocJar

    Bundles the Javadoc documentation for main Java code in an aggregator project into a jar using the standard Javadoc Tool.

    Since version 3.1.0 an aggregated jar is created for every module of a Maven multimodule project.

    Since:
    2.6