Class DeprecatedNativeBuildMojo

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

@Deprecated @Mojo(name="build", defaultPhase=PACKAGE, requiresDependencyResolution=RUNTIME, requiresDependencyCollection=RUNTIME) public class DeprecatedNativeBuildMojo extends NativeCompileNoForkMojo
Deprecated.
Mojo used to invoke native image building by attaching it to a phase. Deprecated in favor of compile-no-fork goal.
  • Constructor Details

    • DeprecatedNativeBuildMojo

      public DeprecatedNativeBuildMojo()
      Deprecated.
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Deprecated.
      Specified by:
      execute in interface org.apache.maven.plugin.Mojo
      Overrides:
      execute in class NativeCompileNoForkMojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException