org.tinyjee.maven.dim
Class InitializeMacroMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.tinyjee.maven.dim.InitializeMacroMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class InitializeMacroMojo
- extends AbstractMojo
Initializes paths that are used by the include macro and allows to perform adjust some general settings.
- Author:
- juergen_kellerer, 2011-01-27
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
|
static void |
reset()
Resets any project specific adjustments that break path resolution when they remain active on a
POM that did not call the this Mojo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitializeMacroMojo
public InitializeMacroMojo()
reset
public static void reset()
- Resets any project specific adjustments that break path resolution when they remain active on a
POM that did not call the this Mojo.
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Throws:
MojoExecutionException
MojoFailureException