Package org.apache.maven.plugin.jxr
Class JxrTestNoForkReport
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.reporting.AbstractMavenReport
-
- org.apache.maven.plugin.jxr.AbstractJxrReport
-
- org.apache.maven.plugin.jxr.JxrTestReport
-
- org.apache.maven.plugin.jxr.JxrTestNoForkReport
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,org.apache.maven.reporting.MavenMultiPageReport,org.apache.maven.reporting.MavenReport
@Mojo(name="test-jxr-no-fork") @Execute(phase=NONE) public class JxrTestNoForkReport extends JxrTestReport
Creates an html-based, cross referenced version of Java source code for a project's test sources without forking. Note that this goal does require generation of test sources before site generation, e.g. by invoking mvn clean deploy site}.- Since:
- 3.1.0
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
reactorProjects, skip
-
Fields inherited from class org.apache.maven.reporting.AbstractMavenReport
locale, mojoExecution, outputDirectory, outputFormat, outputTimestamp, project, remoteProjectRepositories, repoSession, siteDirectory, siteRenderer, siteTool
-
-
Constructor Summary
Constructors Constructor Description JxrTestNoForkReport()
-
Method Summary
-
Methods inherited from class org.apache.maven.plugin.jxr.JxrTestReport
getDescription, getDestinationDirectory, getJavadocDir, getName, getOutputName, getSourceRoots, getSourceRoots, setReportOutputDirectory
-
Methods inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
canGenerateReport, constructSourceDirs, executeReport, getBundle, getProject, getSession, init, isAggregate, isExternalReport, pruneSourceDirs
-
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, constructXrefLocation, execute, generate, generate, getCategoryName, getInputEncoding, getLocale, getOutputDirectory, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, getXrefLocation
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-