Uses of Class
org.springframework.boot.maven.AbstractPackagerMojo
-
Uses of AbstractPackagerMojo in org.springframework.boot.maven
Subclasses of AbstractPackagerMojo in org.springframework.boot.mavenModifier and TypeClassDescriptionclassimplementationthat forks the lifecycle to make sure thatpackageran.classPackage an application into an OCI image using a buildpack.classimplementationthat does not fork the lifecycle to make sure thatpackageran.classRepackage existing JAR and WAR archives so that they can be executed from the command line using java -jar.