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
implementation that does not fork the lifecycle to make sure that package ran. This goal should be used when configuring a mojo execution in your build. To invoke the goal on the command-line, use BuildImageForkMojo instead.
Since:
3.0.0
Author:
Stephane Nicoll
  • Constructor Details

    • BuildImageNoForkMojo

      public BuildImageNoForkMojo()