2 In the fakeroot enviroment the mvn command always wants to use the
3 root/.m2/reprository folder. Thats why it is neccesary to use this file to say mvn command to use the /tmp/m2_localRepository folder instead.
7 <localRepository>/tmp/m2_localRepository</localRepository>
10 <active>false</active>
11 <protocol>http</protocol>