Class 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 Detail

      • installed

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

      • ListPlatformsMojo

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