In maven settings, there is an entity which refers the local repository:
<localRepository>~/.m2/repository</localRepository>
When I add another one, like this:
<localRepository>~/another/place</localRepository>
it raises Duplicated tag
error.
Can I have multiple local repository or maybe add another direcotry to the local repository?
EDIT This idea seems a possible answer, too:
mvn -Dmaven.repo.local=/path/to/repo