org.apache.maven.plugin.checkstyle
Class CheckstyleViolationCheckMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class CheckstyleViolationCheckMojo
- extends 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.html 816673 2012-05-08 14:06:16Z hboutemy $
- Author:
- Joakim Erdfelt
- Is defined by the goal name:
- check
- Is bound to the specified phase of the standard build lifecycle:
- verify
- Requires the dependencies in this specified scope:
- test
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkstyleExecutor
protected CheckstyleExecutor checkstyleExecutor
- Since:
- 2.5
- Is a Plexus component defined by:
- role:
- org.apache.maven.plugin.checkstyle.CheckstyleExecutor
- role-hint:
- default
- Is readonly.
- Is required.
project
protected MavenProject project
- The Maven Project Object.
- Is defined by:
- default-value:
- ${project}
- Is readonly.
- Is required.
CheckstyleViolationCheckMojo
public CheckstyleViolationCheckMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
-
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.