Reference Guide

Table Of Contents
Maven Proxy Configuration:
<proxies>
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>proxyuser</username>
<password>proxypass</password>
<host>web-proxy.rose.hp.com</host>
<port>8088</port>
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>
</proxies>
Path Errors in Eclipse Projects after Importing
Problem
This problem occurs when the M2_REPO variable is not set in Eclipse.
Figure 95 Eclipse Missing M2_REPO Configuration Problem
252