Is it possible to set local repository path using profiles in Maven?
Asked
Active
Viewed 1,638 times
1 Answers
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

Renato Primavera
- 188
- 4