Class ListCategoriesMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="list-categories",
          requiresProject=false)
    public class ListCategoriesMojo
    extends QuarkusProjectMojoBase
    List extension categories, which a user can use to filter extensions.
    • Field Detail

      • format

        @Parameter(property="format",
                   defaultValue="concise")
        protected java.lang.String format
        Select the output format among 'name' (display the name only) and 'full' (includes a verbose name and a description).
    • Constructor Detail

      • ListCategoriesMojo

        public ListCategoriesMojo()
    • Method Detail

      • doExecute

        public void doExecute​(io.quarkus.devtools.project.QuarkusProject quarkusProject,
                              io.quarkus.devtools.messagewriter.MessageWriter log)
                       throws org.apache.maven.plugin.MojoExecutionException
        Specified by:
        doExecute in class QuarkusProjectMojoBase
        Throws:
        org.apache.maven.plugin.MojoExecutionException