org.apache.maven.plugin.surefire
Class SurefirePlugin
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.surefire.SurefirePlugin
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- SurefirePlugin
public class SurefirePlugin
- extends org.apache.maven.plugin.AbstractMojo
Run tests using Surefire.
- Version:
- $Id: SurefirePlugin.java 652773 2008-05-02 05:58:54Z dfabulich $
- Author:
- Jason van Zyl
Field Summary |
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
project
protected org.apache.maven.project.MavenProject project
- The Maven Project Object
SurefirePlugin
public SurefirePlugin()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
processSystemProperties
protected void processSystemProperties(boolean setInSystem)
isSkipExec
public boolean isSkipExec()
- Returns:
- SurefirePlugin Returns the skipExec.
setSkipExec
public void setSkipExec(boolean skipExec)
- Parameters:
skipExec
- the skipExec to set
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.