Class NativeCompileMojo

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

    @Mojo(name="compile",
          defaultPhase=PACKAGE,
          requiresDependencyResolution=RUNTIME,
          requiresDependencyCollection=RUNTIME)
    @Execute(phase=PACKAGE)
    public class NativeCompileMojo
    extends NativeCompileNoForkMojo
    This goal builds native images. It should be invoked from the command line as a single goal (`mvn native:compile`).
    • Constructor Detail

      • NativeCompileMojo

        public NativeCompileMojo()