Class GenerateComponentMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.camel.maven.packaging.AbstractGenerateMojo
org.apache.camel.maven.packaging.GenerateComponentMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-component", threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, defaultPhase=PROCESS_CLASSES) public class GenerateComponentMojo extends AbstractGenerateMojo
To be used by 3rd party Camel component developers to generate metadata.
  • Constructor Details

    • GenerateComponentMojo

      @Inject public GenerateComponentMojo(org.apache.maven.project.MavenProjectHelper projectHelper, org.codehaus.plexus.build.BuildContext buildContext)
  • Method Details

    • doExecute

      protected void doExecute() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
      Specified by:
      doExecute in class AbstractGenerateMojo
      Throws:
      org.apache.maven.plugin.MojoFailureException
      org.apache.maven.plugin.MojoExecutionException