Package org.apache.maven.plugins.pmd
Class AggregatorPmdNoForkReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.plugins.pmd.AbstractPmdReport
org.apache.maven.plugins.pmd.PmdReport
org.apache.maven.plugins.pmd.AggregatorPmdReport
org.apache.maven.plugins.pmd.AggregatorPmdNoForkReport
- All Implemented Interfaces:
ContextEnabled
,Mojo
,MavenMultiPageReport
,MavenReport
@Mojo(name="aggregate-pmd-no-fork",
aggregator=true,
threadSafe=true,
requiresDependencyResolution=TEST)
@Execute(phase=NONE)
public class AggregatorPmdNoForkReport
extends AggregatorPmdReport
Creates a PMD site report in an aggregator project without forking the
test-compile
phase again.- Since:
- 3.15.0
-
Field Summary
Fields inherited from class org.apache.maven.plugins.pmd.AbstractPmdReport
aggregate, excludeFromFailureFile, filesToProcess, format, includeTests, includeXmlInSite, outputDirectory, project, reactorProjects, session, showPmdLog, skipEmptyReport, targetDirectory
Fields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugins.pmd.AggregatorPmdReport
isAggregator
Methods inherited from class org.apache.maven.plugins.pmd.PmdReport
canGenerateReport, createRenderer, executeReport, getDescription, getLocationTemp, getName, getOutputName, getSourceEncoding, setRulesets
Methods inherited from class org.apache.maven.plugins.pmd.AbstractPmdReport
constructXRefLocation, determineCurrentRootLogLevel, getAggregatedProjects, getFilesToProcess, getOutputDirectory, getOutputEncoding, getProject, getSiteRenderer, getToolchain, isXml
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, execute, generate, generate, generate, getCategoryName, getInputEncoding, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectory
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AggregatorPmdNoForkReport
public AggregatorPmdNoForkReport()
-