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:
- org.apache.maven.plugin.ContextEnabled,- org.apache.maven.plugin.Mojo,- org.apache.maven.reporting.MavenMultiPageReport,- org.apache.maven.reporting.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 SummaryFields inherited from class org.apache.maven.plugins.pmd.AbstractPmdReportaggregate, excludeFromFailureFile, filesToProcess, format, includeTests, includeXmlInReports, session, showPmdLog, skipEmptyReport, targetDirectoryFields inherited from class org.apache.maven.reporting.AbstractMavenReportlocale, mojoExecution, outputDirectory, outputFormat, outputTimestamp, project, reactorProjects, remoteProjectRepositories, repoSession, siteDirectory, siteRenderer, siteToolFields inherited from interface org.apache.maven.reporting.MavenReportCATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLEFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructorsConstructorDescriptionAggregatorPmdNoForkReport(org.codehaus.plexus.resource.ResourceManager locator, ConfigurationService configurationService, org.codehaus.plexus.i18n.I18N i18n, PmdServiceExecutor serviceExecutor) 
- 
Method SummaryMethods inherited from class org.apache.maven.plugins.pmd.AggregatorPmdReportisAggregatorMethods inherited from class org.apache.maven.plugins.pmd.PmdReportcanGenerateReport, createRenderer, executeReport, getDescription, getI18nString, getLocationTemp, getName, getOutputName, getOutputPath, setRulesetsMethods inherited from class org.apache.maven.plugins.pmd.AbstractPmdReportcanGenerateReportInternal, getAggregatedProjects, getFilesToProcess, getJdkToolchain, getMojoExecution, getProject, getReactorProjects, isXmlMethods inherited from class org.apache.maven.reporting.AbstractMavenReportcloseReport, constructXrefLocation, execute, generate, generate, getCategoryName, getInputEncoding, getLocale, getOutputDirectory, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, getSiteRenderer, getXrefLocation, isExternalReport, setReportOutputDirectoryMethods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Constructor Details- 
AggregatorPmdNoForkReport@Inject public AggregatorPmdNoForkReport(org.codehaus.plexus.resource.ResourceManager locator, ConfigurationService configurationService, org.codehaus.plexus.i18n.I18N i18n, PmdServiceExecutor serviceExecutor) 
 
-