@Mojo(name="aggregate-jar", defaultPhase=PACKAGE, aggregator=true, requiresDependencyResolution=COMPILE) public class AggregatorJavadocJar extends JavadocJar
Java code
in an aggregator project into a jar
using the standard Javadoc Tool.aggregate, ARGFILE_FILE_NAME, DEBUG_JAVADOC_SCRIPT_NAME, DEFAULT_JAVA_API_LINKS, failOnError, FILES_FILE_NAME, JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, links, OPTIONS_FILE_NAME, outputDirectory, PACKAGES_FILE_NAME, project, skip, TEST_JAVADOC_RESOURCES_ATTACHMENT_CLASSIFIER, useStandardDocletOptions
Constructor and Description |
---|
AggregatorJavadocJar() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isAggregator()
Indicates whether this goal is flagged with
@aggregator . |
execute, getClassifier
buildJavadocOptions, canGenerateReport, configureDependencySourceResolution, executeReport, failOnError, getAttachmentClassifier, getCompileArtifacts, getDependencySourcePaths, getDoctitle, getExecutionProjectSourceRoots, getFiles, getJavadocDirectory, getJavadocOptionsFile, getOutputDirectory, getOverview, getProject, getProjectArtifacts, getProjectBuildOutputDirs, getProjectSourceRoots, getSourcePaths, getWindowtitle, logError, resolveDependency
protected boolean isAggregator()
AbstractJavadocMojo
@aggregator
.isAggregator
in class AbstractJavadocMojo
true
if the goal is designed as an aggregator, false
otherwise.AggregatorJavadocReport
,
AggregatorTestJavadocReport
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.