| AbstractDependencyFilterMojo |
A base mojo filtering the dependencies of the project.
|
| AbstractRunMojo |
Base class to run a spring application.
|
| ArtifactsLibraries |
|
| 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 snappy-maven-plugin.
Call mvn snappy: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 application.
|
| StopMojo |
Stop a spring application that has been started by the "start" goal.
|