org.tinyjee.maven.dim
Class ResetMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.tinyjee.maven.dim.ResetMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class ResetMojo
extends AbstractMojo

Resets project specific paths that were previously set with 'initialize'.

Using this mojo is optional but required in case of 'initialize' is not everywhere in the build but just for specific artifacts.

Author:
Juergen_Kellerer, 2011-10-27

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ResetMojo()
           
 
Method Summary
 void 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

ResetMojo

public ResetMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
MojoFailureException