Class TestJavadocJarMojo

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

@Mojo(name="test-jar", defaultPhase=PACKAGE, requiresDependencyResolution=TEST, threadSafe=true) public class TestJavadocJarMojo extends JavadocJarMojo
Bundles the Javadoc documentation for test Java code in an NON aggregator project into a jar using the standard Javadoc Tool.
Since:
2.5
Author:
Vincent Siveton
  • Constructor Details

    • TestJavadocJarMojo

      public TestJavadocJarMojo()
  • Method Details