Skip to content

Instantly share code, notes, and snippets.

@uilian
Created February 21, 2024 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uilian/ee2aa2aa44ded08a58ce271dbb10096f to your computer and use it in GitHub Desktop.
Save uilian/ee2aa2aa44ded08a58ce271dbb10096f to your computer and use it in GitHub Desktop.
Maven useful commands
# show options available
mvn help:help
# Interactive shell to evaluate maven expressions like ${project.groupId}
mvn help:evaluate
# shows information about the plugin
mvn help:describe -Dplugin=org.apache.maven.plugins:maven-shade-plugin -Ddetail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment