1

Is it possible to set local repository path using profiles in Maven?

archangle
  • 217
  • 4
  • 12
  • Look at http://stackoverflow.com/questions/7502849/maven-local-repository-using-environment-variables – Alftheo Mar 08 '13 at 11:04

1 Answers1

5

As far as I know, setting the local repo path can only be done in settings.xml using settings/localRepository, or passed in command line with the -Dmaven.repo.local param...

See http://jira.codehaus.org/browse/MNG-3588 comments for additional info

GGO
  • 2,678
  • 4
  • 20
  • 42