Package org.l2x6.cq.maven
Class AbstractExtensionListMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.l2x6.cq.maven.AbstractExtensionListMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AwaitReleaseMojo,CreateTestMojo,FormatPomsMojo,UpdateQuarkusMetadataMojo
public abstract class AbstractExtensionListMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected FilemultiModuleProjectDirectoryThe root directory of the Camel Quarkus source tree.protected List<String>skipArtifactIdBasesA set of regular expressions to match against artifactIdBases.
-
Constructor Summary
Constructors Constructor Description AbstractExtensionListMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.l2x6.pom.tuner.MavenSourceTreegetTree()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Field Detail
-
skipArtifactIdBases
@Parameter(property="cq.skipArtifactIdBases") protected List<String> skipArtifactIdBases
A set of regular expressions to match against artifactIdBases. The matching extensions will not be processed by this mojo.- Since:
- 0.1.0
-
multiModuleProjectDirectory
@Parameter(defaultValue="${maven.multiModuleProjectDirectory}", readonly=true) protected File multiModuleProjectDirectoryThe root directory of the Camel Quarkus source tree.- Since:
- 0.41.0
-
-