Package org.apache.camel.maven.packaging
Class GenerateMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.maven.packaging.AbstractGenerateMojo
-
- org.apache.camel.maven.packaging.GenerateMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="generate", threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, defaultPhase=PROCESS_CLASSES) public class GenerateMojo extends AbstractGenerateMojo
Used by Apache Camel project itself - do NOT use as end user.
-
-
Field Summary
-
Fields inherited from class org.apache.camel.maven.packaging.AbstractGenerateMojo
buildContext, project, projectHelper
-
-
Constructor Summary
Constructors Constructor Description GenerateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute()
-
Methods inherited from class org.apache.camel.maven.packaging.AbstractGenerateMojo
execute, invoke
-
-
-
-
Method Detail
-
doExecute
protected void doExecute() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
- Specified by:
doExecute
in classAbstractGenerateMojo
- Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
-
-