Class ExecuteMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.sonatype.maven.polyglot.plugin.ExecuteMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="execute", requiresDependencyResolution=COMPILE_PLUS_RUNTIME) public class ExecuteMojo extends org.apache.maven.plugin.AbstractMojo
Executes registeredExecuteTask
s.- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description ExecuteMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
protected org.apache.maven.model.Model
modelFromNativePom(org.apache.maven.plugin.logging.Log log)
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
modelFromNativePom
protected org.apache.maven.model.Model modelFromNativePom(org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-