Class PmdViolationCheckMojo

All Implemented Interfaces:
ContextEnabled, Mojo
Direct Known Subclasses:
AggregatorPmdViolationCheckMojo

@Mojo(name="check", defaultPhase=VERIFY, threadSafe=true) @Execute(goal="pmd") public class PmdViolationCheckMojo extends AbstractPmdViolationCheckMojo<Violation>
Fails the build if there were any PMD violations in the source code.
Since:
2.0
Version:
$Id$