Class GeneratePostCompileMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="generate-postcompile",
          threadSafe=true,
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          defaultPhase=PROCESS_CLASSES)
    public class GeneratePostCompileMojo
    extends AbstractGenerateMojo
    Used by Apache Camel project itself - do NOT use as end user.
    • Constructor Detail

      • GeneratePostCompileMojo

        public GeneratePostCompileMojo()
    • Method Detail

      • 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