Add support for specifying the local maven repo with "maven.repo.local"

According to your fellow Core Dev Rene, this is not possible. I tried gradle install -Dmvn.repo.local=/tmp and it did not work, i.e. the artifacts where still installed on the default maven local repo (IIRC ~/.m2/repo or something like that).