Created
October 20, 2016 21:42
-
-
Save hackjutsu/d50e8ca3a9265ff35f369dccaed1133a to your computer and use it in GitHub Desktop.
Print out the path to the local Maven Repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mvn help:evaluate -Dexpression=settings.localRepository | grep -v '\[INFO\]' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code comes from the following StackOverflow post.
http://stackoverflow.com/a/16218772/3697757