org.codehaus.mojo.mrm.plugin
Class StartMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.mrm.plugin.AbstractMRMMojo
org.codehaus.mojo.mrm.plugin.AbstractStartMojo
org.codehaus.mojo.mrm.plugin.StartMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class StartMojo
- extends AbstractStartMojo
This goal is used in-situ on a Maven project to allow integration tests based on the Maven Invoker to use a custom
settings.xml and still work behind a proxy.
- Author:
- Stephen Connolly
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
doExecute()
Performs this plugin's action. |
| 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 |
StartMojo
public StartMojo()
doExecute
public void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Performs this plugin's action.
- Specified by:
doExecute in class AbstractMRMMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException - If there is an exception occuring during the execution of the plugin.
org.apache.maven.plugin.MojoFailureException - If there is an exception occuring during the execution of the plugin.
Copyright © 2009-2011 Codehaus. All Rights Reserved.