Class ListPlatformsMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.maven.QuarkusProjectMojoBase
io.quarkus.maven.ListPlatformsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="list-platforms", requiresProject=false) public class ListPlatformsMojo extends QuarkusProjectMojoBase
List imported and optionally other platforms available for the project.
  • Field Details

    • installed

      @Parameter(property="installed", defaultValue="false") protected boolean installed
      List the already installed extensions
  • Constructor Details

    • ListPlatformsMojo

      public ListPlatformsMojo()
  • 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