i want to use the maven local repository additionally to a maven remote one. I found the JIRA-Issue http://issues.gradle.org/browse/GRADLE-1173 for that, but adapting my gra
Maven can only use a single local ("local" = on the harddisk of the computer on which Maven runs) repository.
If you need more, you're options are:
settings.xml
. mvn install
to copy the artifacts in your local repo (obviously only when you do have the sources)