Home / Class/ BuildImageNoForkMojo Class — spring-boot Architecture

BuildImageNoForkMojo Class — spring-boot Architecture

Architecture documentation for the BuildImageNoForkMojo class in BuildImageNoForkMojo.java from the spring-boot codebase.

Entity Profile

Source Code

build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildImageNoForkMojo.java lines 34–44

@Mojo(name = "build-image-no-fork", defaultPhase = LifecyclePhase.PACKAGE, requiresProject = true, threadSafe = true,
		requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
		requiresDependencyCollection = ResolutionScope.COMPILE_PLUS_RUNTIME)
public class BuildImageNoForkMojo extends BuildImageMojo {

	@Inject
	public BuildImageNoForkMojo(MavenProjectHelper projectHelper) {
		super(projectHelper);
	}

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free