Package org.l2x6.cq
Class ExportComponentCsvMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.l2x6.cq.ExportComponentCsvMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="export-csv", threadSafe=true, requiresProject=false) public class ExportComponentCsvMojo extends org.apache.maven.plugin.AbstractMojoExports the list of components, languages, data formats and others to a CSV file.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcamelCatalogVersionprotected StringcamelQuarkusCatalogVersionprotected FileoutputDirThe directory where to store the output files.protected org.apache.maven.project.MavenProjectprojectThe maven project.
-
Constructor Summary
Constructors Constructor Description ExportComponentCsvMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Execute goal.
-
-
-
Field Detail
-
project
@Parameter(property="project", required=true, readonly=true) protected org.apache.maven.project.MavenProject projectThe maven project.
-
camelQuarkusCatalogVersion
@Parameter(required=true, property="cq.camelQuarkusCatalogVersion") protected String camelQuarkusCatalogVersion
-
camelCatalogVersion
@Parameter(required=true, property="cq.camelCatalogVersion") protected String camelCatalogVersion
-
outputDir
@Parameter(defaultValue=".") protected File outputDir
The directory where to store the output files.
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionExecute goal.- Throws:
org.apache.maven.plugin.MojoExecutionException- execution of the main class or one of the threads it generated failed.org.apache.maven.plugin.MojoFailureException- something bad happened...
-
-