| layout | page |
|---|---|
| title | Useful Commands |
| permalink | /usefulCommands/ |
Some commands I find useful...
Describes plugin goals and what phase the plugin is bound to
mvn help:describe -DgroupId=<pluginGroupId> \
-DartifactId=<pluginArtifactId> \
-Ddetail=true