org.apache.maven.plugin.surefire
Class SurefirePlugin

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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 406180 2006-05-14 01:40:09Z brett $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SurefirePlugin()
           
 
Method Summary
 void execute()
           
protected  void processSystemProperties(boolean setInSystem)
           
 
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
 

Constructor Detail

SurefirePlugin

public SurefirePlugin()
Method Detail

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)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.