Created
December 26, 2013 13:27
-
-
Save vanpeerdevelopment/8133833 to your computer and use it in GitHub Desktop.
Commands to execute maven with specific user and/or global settings
This file contains 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 -s \location\of\user\settings clean install | |
mvn --settings \location\of\user\settings clean install | |
mvn -gs \location\of\global\settings clean install | |
mvn --global-settings \location\of\global\settings clean install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment