| AbstractDependencyFilterMojo | A base mojo filtering the dependencies of the project.  | 
|---|
| AbstractRunMojo | Base class to run a spring application.  | 
|---|
| ArtifactsLibraries | Libraries backed by Maven Artifacts.
  | 
|---|
| BuildInfoMojo | Generate a build-info.properties file based the content of the current MavenProject.  | 
|---|
| DependencyFilter | Base class for ArtifactsFilter based on a FilterableDependency list.  | 
|---|
| 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.  | 
|---|
| Include | A model for a dependency to include.  | 
|---|
| IncludeFilter | An  ArtifactsFilter that filters out any artifact not matching an  Include.  | 
|---|
| MatchingGroupIdFilter | An ArtifactsFilter that filters by matching groupId.  | 
|---|
| PropertiesMergingResourceTransformer |  | 
|---|
| RepackageMojo | Repackages existing JAR and WAR archives so that they can be executed from the command line using java -jar.  | 
|---|
| RunMojo | Run an executable archive application.  | 
|---|
| StartMojo | Start a spring application.  | 
|---|
| StopMojo | Stop a spring application that has been started by the "start" goal.  | 
|---|