org.apache.maven.plugin.javadoc
public abstract class AbstractJavadocMojo extends AbstractMojo
UNKNOWN: compile
Field Summary | |
---|---|
protected boolean | aggregate
Whether to build an aggregated report at the root, or build individual reports.
|
protected File | outputDirectory
Specifies the destination directory where javadoc saves the generated HTML files.
|
protected MavenProject | project |
Method Summary | |
---|---|
protected boolean | canGenerateReport(List files) |
protected void | executeReport(Locale locale) |
protected List | getFiles(List sourcePaths) |
protected String | getOutputDirectory() |
protected List | getSourcePaths() |
UNKNOWN: expression="${aggregate}" default-value="false"
UNKNOWN: expression="${destDir}" alias="destDir" default-value="${project.build.directory}/site/apidocs"
UNKNOWN: expression="${project}"
See Also: org.apache.maven.reporting.AbstractMavenReport#executeReport(java.util.Locale)
See Also: org.apache.maven.reporting.AbstractMavenReport#getOutputDirectory()