Class ListCategoriesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.maven.QuarkusProjectMojoBase
io.quarkus.maven.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 Details

    • format

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

    • ListCategoriesMojo

      public ListCategoriesMojo()
  • Method Details

    • 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