Class BuildImageNoForkMojo

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

@Mojo(name="build-image-no-fork", defaultPhase=PACKAGE, requiresProject=true, threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresDependencyCollection=COMPILE_PLUS_RUNTIME) public class BuildImageNoForkMojo extends BuildImageMojo
Package an application into an OCI image using a buildpack, but without forking the lifecycle. This goal should be used when configuring a goal execution in your build. To invoke the goal on the command-line, use build-image instead.
Since:
3.0.0
Author:
Stephane Nicoll
  • Constructor Details

    • BuildImageNoForkMojo

      public BuildImageNoForkMojo()