Uses of Class
org.springframework.boot.maven.AbstractPackagerMojo
-
Uses of AbstractPackagerMojo in org.springframework.boot.maven
Modifier and TypeClassDescriptionclass
implementation
that forks the lifecycle to make sure thatpackage
ran.class
Package an application into an OCI image using a buildpack.class
implementation
that does not fork the lifecycle to make sure thatpackage
ran.class
Repackage existing JAR and WAR archives so that they can be executed from the command line using java -jar.