org.apache.maven.test
Class SurefirePlugin

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.surefire.SurefirePlugin
          extended by org.apache.maven.test.SurefirePlugin
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

Deprecated. use org.apache.maven.plugins.surefire.SurefirePlugin instead

public class SurefirePlugin
extends SurefirePlugin

Run tests using Surefire

Version:
$Id: SurefirePlugin.java 480790 2006-11-30 00:23:26Z jvanzyl $
Author:
Jason van Zyl
See Also:
SurefirePlugin

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SurefirePlugin()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.surefire.SurefirePlugin
execute, isSkipExec, processSystemProperties, setSkipExec
 
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()
Deprecated. 


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.