- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="check",
defaultPhase=VERIFY,
requiresDependencyResolution=TEST,
threadSafe=true)
public class CheckstyleViolationCheckMojo
extends org.apache.maven.plugin.AbstractMojo
Perform a violation check against the last Checkstyle run to see if there are
any violations. It reads the Checkstyle output file, counts the number of
violations found and displays it on the console.
- Version:
- $Id: CheckstyleViolationCheckMojo.java 1384337 2012-09-13 13:53:19Z olamy $
- Author:
- Joakim Erdfelt