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
Aspiring full stack dev
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