Package org.apache.camel.k.tooling.maven
Class GenerateCatalogMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.camel.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,
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
void
process
(org.apache.camel.catalog.CamelCatalog catalog, CamelCatalogSpec.Builder specBuilder) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
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, CamelCatalogSpec.Builder specBuilder)
-