Skip to content

Instantly share code, notes, and snippets.

@bench
Last active November 20, 2017 10:16
Show Gist options
  • Save bench/dc5be489f098a758091219b966a0f1d3 to your computer and use it in GitHub Desktop.
Save bench/dc5be489f098a758091219b966a0f1d3 to your computer and use it in GitHub Desktop.
retrieve project version from maven pom.xml
#!/bin/bash
mvn help:evaluate -Dexpression=project.version | grep -Ev 'INFO|WARNING'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment