[
https://issues.apache.org/jira/browse/MPMD-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Dangel closed MPMD-283.
-------------------------------
Resolution: Fixed
> Create a real aggregate goal
> ----------------------------
>
> Key: MPMD-283
> URL: https://issues.apache.org/jira/browse/MPMD-283
> Project: Maven PMD Plugin
> Issue Type: Task
> Components: CPD, PMD
> Reporter: Andreas Dangel
> Priority: Major
> Fix For: 3.15.0
>
>
> PMD needs to have the project compiled, before it can analyze it. This is
> required to support typeresolution.
> For Multi-modules projects, you can currently set the "aggregate" parameter,
> to create an aggregated report. However, this is executed at the root project
> _before_ all other modules have been built, leading to a potentially
> inaccurate PMD result and false positives.
> A separate goal should be introduced, that can execute the compile lifecycle
> prior to executing PMD (similar what javadoc:aggregate does).
>
> {code:java}
> @Mojo( name = "aggregate", aggregator = true, requiresDependencyResolution =
> ResolutionScope.TEST )
> @Execute( phase = LifecyclePhase.COMPILE )
> public class AggregatorPMDReport {
> ...{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)