updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / emacs-malabar-mode-git / settings.xml
blob0dea33f70481c511e60f83f719819ceb562849cc
1 <!--
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.
4  -->
6 <settings>
7   <localRepository>/tmp/m2_localRepository</localRepository>
8   <proxies>
9    <proxy>
10       <active>false</active>
11       <protocol>http</protocol>
12       <host></host>
13       <port></port>
14       <username></username>
15       <password></password>
16     </proxy>
17   </proxies>
18 </settings>