Skip to content

Instantly share code, notes, and snippets.

@hackjutsu
Created October 20, 2016 21:42
Show Gist options
  • Select an option

  • Save hackjutsu/d50e8ca3a9265ff35f369dccaed1133a to your computer and use it in GitHub Desktop.

Select an option

Save hackjutsu/d50e8ca3a9265ff35f369dccaed1133a to your computer and use it in GitHub Desktop.
Print out the path to the local Maven Repo
mvn help:evaluate -Dexpression=settings.localRepository | grep -v '\[INFO\]'
@hackjutsu

Copy link
Copy Markdown
Author

The code comes from the following StackOverflow post.
http://stackoverflow.com/a/16218772/3697757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment