Class CpdViolationCheckMojo

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

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