Package org.apache.maven.plugins.javadoc
Class AggregatorTestJavadocJarMojo
- java.lang.Object
 - 
- org.apache.maven.plugin.AbstractMojo
 - 
- org.apache.maven.plugins.javadoc.AbstractJavadocMojo
 - 
- org.apache.maven.plugins.javadoc.JavadocJarMojo
 - 
- org.apache.maven.plugins.javadoc.TestJavadocJarMojo
 - 
- org.apache.maven.plugins.javadoc.AggregatorTestJavadocJarMojo
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="test-aggregate-jar", defaultPhase=PACKAGE, aggregator=true, requiresDependencyResolution=TEST) @Execute(phase=TEST_COMPILE) public class AggregatorTestJavadocJarMojo extends TestJavadocJarMojoBundles the Javadoc documentation for
Java Test codein 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
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.maven.plugins.javadoc.AbstractJavadocMojo
ARGFILE_FILE_NAME, DEBUG_JAVADOC_SCRIPT_NAME, failOnError, failOnWarnings, FILES_FILE_NAME, JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, links, mojoExecution, OPTIONS_FILE_NAME, outputDirectory, outputTimestamp, PACKAGES_FILE_NAME, project, reactorProjects, session, siteTool, skip, TEST_JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, useStandardDocletOptions 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AggregatorTestJavadocJarMojo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisAggregator()Indicates whether this goal is flagged with@aggregator.- 
Methods inherited from class org.apache.maven.plugins.javadoc.TestJavadocJarMojo
configureDependencySourceResolution, getClassifier, getDependencyScopeFilter, getDoctitle, getExecutionProjectSourceRoots, getJavadocDirectory, getOverview, getProjectBuildOutputDirs, getProjectSourceRoots, getWindowtitle, isTest 
- 
Methods inherited from class org.apache.maven.plugins.javadoc.JavadocJarMojo
doExecute 
- 
Methods inherited from class org.apache.maven.plugins.javadoc.AbstractJavadocMojo
buildJavadocOptions, canGenerateReport, execute, executeReport, failOnError, getAttachmentClassifier, getClassesFile, getDefaultJavadocApiLink, getDependencySourcePaths, getDoclint, getFiles, getJavadocOptionsFile, getOutputDirectory, getPluginReportOutputDirectory, getProject, getReactorProjects, getSourcePaths, getToolchain, isSkippedJavadoc, isSkippedModule, isValidJavadocLink, logError, resolveDependency, verifyRemovedParameter 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isAggregator
protected boolean isAggregator()
Description copied from class:AbstractJavadocMojoIndicates whether this goal is flagged with@aggregator.- Overrides:
 isAggregatorin classAbstractJavadocMojo- Returns:
 trueif the goal is designed as an aggregator,falseotherwise.- See Also:
 AggregatorJavadocReport,AggregatorTestJavadocReport
 
 - 
 
 -