Package org.apache.maven.plugins.javadoc
Class AggregatorTestJavadocJar
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugins.javadoc.AbstractJavadocMojo
-
- org.apache.maven.plugins.javadoc.JavadocJar
-
- org.apache.maven.plugins.javadoc.TestJavadocJar
-
- org.apache.maven.plugins.javadoc.AggregatorTestJavadocJar
-
- 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 AggregatorTestJavadocJar extends TestJavadocJar
Bundles the Javadoc documentation forJava Test code
in an aggregator project into a jar using the standard Javadoc Tool.- Since:
- 2.6
- Version:
- $Id: AggregatorTestJavadocJar.java 1749408 2016-06-20 22:54:15Z schulte $
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugins.javadoc.AbstractJavadocMojo
ARGFILE_FILE_NAME, DEBUG_JAVADOC_SCRIPT_NAME, DEFAULT_JAVA_API_LINKS, failOnError, failOnWarnings, FILES_FILE_NAME, JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, links, OPTIONS_FILE_NAME, PACKAGES_FILE_NAME, project, session, skip, TEST_JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, useStandardDocletOptions
-
-
Constructor Summary
Constructors Constructor Description AggregatorTestJavadocJar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isAggregator()
Indicates whether this goal is flagged with@aggregator
.-
Methods inherited from class org.apache.maven.plugins.javadoc.TestJavadocJar
configureDependencySourceResolution, getClassifier, getDependencyScopeFilter, getDoctitle, getExecutionProjectSourceRoots, getJavadocDirectory, getOutputDirectory, getOverview, getProjectBuildOutputDirs, getProjectSourceRoots, getWindowtitle, isTest
-
Methods inherited from class org.apache.maven.plugins.javadoc.JavadocJar
doExecute
-
Methods inherited from class org.apache.maven.plugins.javadoc.AbstractJavadocMojo
buildJavadocOptions, canGenerateReport, collect, execute, executeReport, failOnError, getAttachmentClassifier, getDependencySourcePaths, getDoclint, getFiles, getJavadocOptionsFile, getProject, getSourcePaths, getToolchain, isValidJavadocLink, logError, resolveDependency, verifyRemovedParameter
-
-
-
-
Method Detail
-
isAggregator
protected boolean isAggregator()
Description copied from class:AbstractJavadocMojo
Indicates whether this goal is flagged with@aggregator
.- Overrides:
isAggregator
in classAbstractJavadocMojo
- Returns:
true
if the goal is designed as an aggregator,false
otherwise.- See Also:
AggregatorJavadocReport
,AggregatorTestJavadocReport
-
-