Package org.l2x6.cq.maven
Class CreateExtensionMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.l2x6.cq.maven.AbstractExtensionListMojo
-
- org.l2x6.cq.maven.CreateTestMojo
-
- org.l2x6.cq.maven.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 CreateTestMojoScaffolds a new Camel Quarkus extension.
-
-
Field Summary
-
Fields inherited from class org.l2x6.cq.maven.CreateTestMojo
basePath
-
Fields inherited from class org.l2x6.cq.maven.AbstractExtensionListMojo
multiModuleProjectDirectory, skipArtifactIdBases
-
-
Constructor Summary
Constructors Constructor Description CreateExtensionMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldgetFiled(String fieldName)-
Methods inherited from class org.l2x6.cq.maven.CreateTestMojo
evalTemplate, execute
-
Methods inherited from class org.l2x6.cq.maven.AbstractExtensionListMojo
getTree
-
-
-
-
Method Detail
-
getFiled
public Field getFiled(String fieldName) throws NoSuchFieldException
- Throws:
NoSuchFieldException
-
-