Class UpdateMojo

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

@Mojo(name="update", requiresProject=true) public class UpdateMojo extends QuarkusProjectStateMojoBase
Suggest project updates and create a recipe with the possibility to apply it.
  • Field Details

    • perModule

      @Parameter(property="perModule") @Deprecated boolean perModule
      Deprecated.
      Deprecated: this option was unused
  • Constructor Details

    • UpdateMojo

      public UpdateMojo()
  • Method Details

    • validateParameters

      protected void validateParameters() throws org.apache.maven.plugin.MojoExecutionException
      Overrides:
      validateParameters in class QuarkusProjectMojoBase
      Throws:
      org.apache.maven.plugin.MojoExecutionException
    • processProjectState

      protected void processProjectState(io.quarkus.devtools.project.QuarkusProject quarkusProject) throws org.apache.maven.plugin.MojoExecutionException
      Specified by:
      processProjectState in class QuarkusProjectStateMojoBase
      Throws:
      org.apache.maven.plugin.MojoExecutionException