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
FieldsModifier and TypeFieldDescriptionprotected FileThe root directory of the Camel Quarkus source tree.A set of regular expressions to match against artifactIdBases.Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Field Details
-
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
-
-
Constructor Details
-
AbstractExtensionListMojo
public AbstractExtensionListMojo()
-
-
Method Details
-
getTree
public org.l2x6.pom.tuner.MavenSourceTree getTree()
-