org.codehaus.mojo.mrm.plugin
Class StopMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.mrm.plugin.AbstractMRMMojo
          extended by org.codehaus.mojo.mrm.plugin.StopMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class StopMojo
extends AbstractMRMMojo

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

Field Summary
 
Fields inherited from class org.codehaus.mojo.mrm.plugin.AbstractMRMMojo
artifactFactory, artifactResolver, localRepository, mojoExecution, pluginDescriptor, project, remoteArtifactRepositories, remotePluginRepositories, session, skip
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StopMojo()
           
 
Method Summary
 void doExecute()
          Performs this plugin's action.
 
Methods inherited from class org.codehaus.mojo.mrm.plugin.AbstractMRMMojo
createFactoryHelper, createProxyArtifactStore, 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
 

Constructor Detail

StopMojo

public StopMojo()
Method Detail

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.