Useful Commands

Some commands I find useful…

Maven

Describes plugin goals and what phase the plugin is bound to

mvn help:describe -DgroupId=<pluginGroupId> \
                  -DartifactId=<pluginArtifactId> \
                  -Ddetail=true