org.codehaus.mojo.failsafe
Class VerifyMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.failsafe.VerifyMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class VerifyMojo
- extends AbstractMojo
Verify integration tests ran using Surefire.
- Author:
- Stephen Connolly, Jason van Zyl
- Is defined by the goal name:
- verify
- Is bound to the specified phase of the standard build lifecycle:
- verify
- Requires a Maven project to run:
- true
|
Field Summary |
protected String |
encoding
The character encoding scheme to be applied. |
| 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 |
encoding
protected String encoding
- The character encoding scheme to be applied.
- Is defined by:
- expression:
- ${encoding}
- default-value:
- ${project.reporting.outputEncoding}
VerifyMojo
public VerifyMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2009 Codehaus. All Rights Reserved.