| 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. |
|---|
| 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. |
|---|