类 BuildImageForkMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.springframework.boot.maven.AbstractDependencyFilterMojo
org.springframework.boot.maven.AbstractPackagerMojo
org.springframework.boot.maven.BuildImageMojo
org.springframework.boot.maven.BuildImageForkMojo
- 所有已实现的接口:
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
Package an application into an OCI image using a buildpack, forking the lifecycle to
make sure that
package
ran. This goal is suitable for command-line invocation.
If you need to configure a goal execution
in your build, use
build-image-no-fork
instead.- 从以下版本开始:
- 3.0.0
- 作者:
- Stephane Nicoll
-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.boot.maven.AbstractPackagerMojo
AbstractPackagerMojo.LayoutType
从类继承的嵌套类/接口 org.springframework.boot.maven.AbstractDependencyFilterMojo
AbstractDependencyFilterMojo.ExcludeTestScopeArtifactFilter, AbstractDependencyFilterMojo.RuntimeArtifactFilter
-
字段概要
从类继承的字段 org.springframework.boot.maven.AbstractPackagerMojo
includeSystemScope, includeTools, project, projectHelper, session
从接口继承的字段 org.apache.maven.plugin.Mojo
ROLE
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.boot.maven.BuildImageMojo
execute, getLayout, getLayoutFactory, getLoaderImplementation
从类继承的方法 org.springframework.boot.maven.AbstractPackagerMojo
getConfiguredPackager, getLibraries, getSourceArtifact, getTargetFile
从类继承的方法 org.springframework.boot.maven.AbstractDependencyFilterMojo
filterDependencies, getDependencyURLs, setExcludeGroupIds, setExcludes, setIncludes, toURL
从类继承的方法 org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
构造器详细资料
-
BuildImageForkMojo
public BuildImageForkMojo()
-