window 7 경우
c:\Users\rafael\.m2\settings.xml 파일에 아래와 같이 수정합니다.
리눅스의 경우(저의 경우 우분투)
/home/rafael/.m2/settings.xml 파일에 아래와 같이 수정합니다.
경로만 다를뿐 동일합니다. ^^
<host> 태그값은 해당 proxy 서버 ip 로 수정하시면 됩니다.
<settings>
<proxies>
<proxy>
<id>default</id>
<active>true</active>
<protocol>http</protocol>
<host>123.123.123.123</host>
<port>8080</port>
<nonProxyHosts>localhost</nonProxyHosts>
</proxy>
</proxies>
</settings>