org.codehaus.mojo.failsafe
Class VerifyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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 bound to the specified phase of the standard build lifecycle:
verify
Requires a Maven project to run:
true
Is defined by the goal name:
verify

Field Summary
protected  String encoding
          The character encoding scheme to be applied.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
VerifyMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encoding

protected String encoding
The character encoding scheme to be applied.

Is defined by:
expression:
${encoding}
default-value:
${project.reporting.outputEncoding}
Constructor Detail

VerifyMojo

public VerifyMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
MojoFailureException


Copyright © 2011 Codehaus. All Rights Reserved.