org.apache.geronimo.genesis.plugins.maven
Class InvokeMavenMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.pluginsupport.MojoSupport
org.apache.geronimo.genesis.plugins.maven.InvokeMavenMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class InvokeMavenMojo
- extends org.codehaus.mojo.pluginsupport.MojoSupport
Invoke Maven in a sub-process.
- Version:
- $Rev: 512096 $ $Date: 2007-02-27 01:58:04 +0100 (Tue, 27 Feb 2007) $
Field Summary |
protected org.codehaus.mojo.pluginsupport.ant.AntHelper |
ant
|
protected org.apache.maven.project.MavenProject |
project
The maven project. |
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
container, log |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected void |
doExecute()
|
protected org.apache.maven.project.MavenProject |
getProject()
|
protected void |
init()
|
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
contextualize, createArtifact, execute, getArtifact, getArtifactFactory, getArtifactRepository, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact |
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 |
ant
protected org.codehaus.mojo.pluginsupport.ant.AntHelper ant
project
protected org.apache.maven.project.MavenProject project
- The maven project.
InvokeMavenMojo
public InvokeMavenMojo()
getProject
protected org.apache.maven.project.MavenProject getProject()
- Overrides:
getProject
in class org.codehaus.mojo.pluginsupport.MojoSupport
init
protected void init()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Overrides:
init
in class org.codehaus.mojo.pluginsupport.MojoSupport
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
doExecute
protected void doExecute()
throws java.lang.Exception
- Overrides:
doExecute
in class org.codehaus.mojo.pluginsupport.MojoSupport
- Throws:
java.lang.Exception
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.