Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Created December 26, 2013 13:27
Show Gist options
  • Save vanpeerdevelopment/8133833 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8133833 to your computer and use it in GitHub Desktop.
Commands to execute maven with specific user and/or global settings
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