Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Last active January 1, 2016 10:49
Show Gist options
  • Save vanpeerdevelopment/8134335 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8134335 to your computer and use it in GitHub Desktop.
Maven settings file setting the location of the local repository.
<settings>
<!-- Set the location using an absolute path -->
<localRepository>\location\of\local\repo</localRepository>
<!-- Set the location by evaluating an environment variable -->
<localRepository>${M2_LOCAL_REPO}</localRepository>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment