Package org.l2x6.cq

Class 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.AbstractMojo
    Exports the list of components, languages, data formats and others to a CSV file.
    • Field Detail

      • project

        @Parameter(property="project",
                   required=true,
                   readonly=true)
        protected org.apache.maven.project.MavenProject project
        The 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.
    • Constructor Detail

      • ExportComponentCsvMojo

        public ExportComponentCsvMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Execute 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...