Class GenerateCatalogMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.camel.quarkus.k.tooling.maven.GenerateCatalogMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate-catalog", defaultPhase=GENERATE_RESOURCES, threadSafe=true, requiresProject=false, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresDependencyCollection=COMPILE_PLUS_RUNTIME) public class GenerateCatalogMojo extends org.apache.maven.plugin.AbstractMojo
  • Field Summary

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

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    process(org.apache.camel.catalog.CamelCatalog catalog, org.apache.camel.quarkus.k.catalog.model.k8s.crd.CamelCatalogSpec.Builder specBuilder)
     

    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
  • Constructor Details

    • GenerateCatalogMojo

      public GenerateCatalogMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • process

      public void process(org.apache.camel.catalog.CamelCatalog catalog, org.apache.camel.quarkus.k.catalog.model.k8s.crd.CamelCatalogSpec.Builder specBuilder)