Class BuildImageForkMojo

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

@Mojo(name="build-image", defaultPhase=PACKAGE, requiresProject=true, threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresDependencyCollection=COMPILE_PLUS_RUNTIME) @Execute(phase=PACKAGE) public class BuildImageForkMojo extends BuildImageMojo
implementation that forks the lifecycle to make sure that package ran. This goal is suitable for command-line invocation. If you need to configure a mojo execution in your build, use BuildImageNoForkMojo instead.
Since:
3.0.0
Author:
Stephane Nicoll
  • Constructor Details

    • BuildImageForkMojo

      public BuildImageForkMojo()