Package org.l2x6.cq
Class CreateExtensionMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.l2x6.cq.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.AbstractMojoScaffolds a new Camel Quarkus extension.
-
-
Constructor Summary
Constructors Constructor Description CreateExtensionMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevalTemplate(freemarker.template.Configuration cfg, String templateUri, Path dest, TemplateParams model)voidexecute()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
evalTemplate
public void evalTemplate(freemarker.template.Configuration cfg, String templateUri, Path dest, TemplateParams model)
-
-