Class | Description |
---|---|
AbstractDependencyFilterMojo |
A base mojo filtering the dependencies of the project.
|
AbstractPackagerMojo |
Abstract base class for classes that work with an
Packager . |
AbstractRunMojo |
Base class to run a spring application.
|
ArtifactsLibraries |
Libraries backed by Maven Artifact s. |
BuildImageMojo |
Package an application into a OCI image using a buildpack.
|
BuildInfoMojo |
Generate a
build-info.properties file based on the content of the current
MavenProject . |
DependencyFilter |
Base class for
ArtifactsFilter based on a FilterableDependency list. |
Docker |
Docker configuration options.
|
Docker.DockerRegistry |
Encapsulates Docker registry authentication configuration options.
|
Exclude |
A model for a dependency to exclude.
|
ExcludeFilter |
An {DependencyFilter} that filters out any artifact matching an
Exclude . |
HelpMojo |
Display help information on spring-boot-maven-plugin.
Call mvn spring-boot:help -Ddetail=true -Dgoal=<goal-name> to
display parameter details. |
Image |
Image configuration options.
|
Include |
A model for a dependency to include.
|
IncludeFilter |
An
ArtifactsFilter that filters out any artifact not matching an
Include . |
Layers |
Layer configuration options.
|
MatchingGroupIdFilter |
An
ArtifactsFilter that filters by matching groupId. |
PropertiesMergingResourceTransformer |
Extension for the Maven
shade plugin to allow properties files (e.g.
|
RepackageMojo |
Repackage existing JAR and WAR archives so that they can be executed from the command
line using java -jar.
|
RunMojo |
Run an application in place.
|
StartMojo |
Start a spring application.
|
StopMojo |
Stop an application that has been started by the "start" goal.
|
Enum | Description |
---|---|
AbstractPackagerMojo.LayoutType |
Archive layout types.
|