Class AggregatorPmdViolationCheckMojo

All Implemented Interfaces:
ContextEnabled, Mojo

@Mojo(name="aggregate-pmd-check", defaultPhase=VERIFY, aggregator=true, threadSafe=true) @Execute(goal="aggregate-pmd") public class AggregatorPmdViolationCheckMojo extends PmdViolationCheckMojo
Fails the build in an aggregator project if there were any PMD violations in the source code.
Since:
3.15.0