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 File
    The root directory of the Camel Quarkus source tree.
    protected List<String>
    A set of regular expressions to match against artifactIdBases.

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.l2x6.pom.tuner.MavenSourceTree
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.maven.plugin.Mojo

    execute
  • Field Details

    • 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 multiModuleProjectDirectory
      The 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()