Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 319 Bytes

File metadata and controls

17 lines (13 loc) · 319 Bytes
layout page
title Useful Commands
permalink /usefulCommands/

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