Skip to content

Instantly share code, notes, and snippets.

@lausdahl
Created July 31, 2015 10:55
Show Gist options
  • Save lausdahl/037a64733138b86b8000 to your computer and use it in GitHub Desktop.
Save lausdahl/037a64733138b86b8000 to your computer and use it in GitHub Desktop.
Run Maven with a local repo specified in the terminal

use maven property maven.repo.local:

use it like:

mvn clean install -Dmaven.repo.local=target/repo

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