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, skipFields inherited from class org.apache.maven.reporting.AbstractMavenReport
locale, mojoExecution, outputDirectory, outputFormat, outputTimestamp, project, remoteProjectRepositories, repoSession, siteDirectory, siteRenderer, siteToolFields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLEFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.jxr.JxrTestReport
getDescription, getDestinationDirectory, getJavadocDir, getName, getOutputName, getSourceRoots, getSourceRoots, setReportOutputDirectoryMethods inherited from class org.apache.maven.plugin.jxr.AbstractJxrReport
canGenerateReport, constructSourceDirs, executeReport, getBundle, getProject, getSession, init, isAggregate, isExternalReport, pruneSourceDirsMethods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, constructXrefLocation, execute, generate, generate, getCategoryName, getInputEncoding, getLocale, getOutputDirectory, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, getXrefLocationMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.reporting.MavenReport
getOutputPath
-
Constructor Details
-
JxrTestNoForkReport
public JxrTestNoForkReport()
-