Class AbstractExtensionListMojo

    • 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 multiModuleProjectDirectory
        The root directory of the Camel Quarkus source tree.
        Since:
        0.41.0
    • Constructor Detail

      • AbstractExtensionListMojo

        public AbstractExtensionListMojo()
    • Method Detail

      • getTree

        public org.l2x6.pom.tuner.MavenSourceTree getTree()