Package org.l2x6.cq

Class CreateExtensionMojo

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

    @Mojo(name="create",
          requiresProject=true,
          inheritByDefault=false)
    public class CreateExtensionMojo
    extends org.apache.maven.plugin.AbstractMojo
    Scaffolds a new Camel Quarkus extension.
    • Constructor Detail

      • CreateExtensionMojo

        public CreateExtensionMojo()
    • 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
      • evalTemplate

        public void evalTemplate​(freemarker.template.Configuration cfg,
                                 String templateUri,
                                 Path dest,
                                 TemplateParams model)