Skip to content

Instantly share code, notes, and snippets.

@chetanppatil
Created March 12, 2021 11:19
Show Gist options
  • Save chetanppatil/95b589f38f7296ed1768b2e459f46157 to your computer and use it in GitHub Desktop.
Save chetanppatil/95b589f38f7296ed1768b2e459f46157 to your computer and use it in GitHub Desktop.
Maven command to get value of pom.xml property var in command line
mvn help:evaluate -Dexpression=<pom.xml-property-name> -q -DforceStdout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment