Nope, we don't need a proxy username or password - plus, the IP I wrote down is the IP that should NOT use a proxy. When I type in the IP into my browser, I can see the maven repository. And when I remove the proxy setting it also works in Maven.
With these settings: maven.repo.remote=http://192.168.0.54 maven.proxy.nonProxyHosts=http://192.168.0.54 #maven.proxy.host=MYPROXY #maven.proxy.port=8080 It works (but then the urls that need a proxy don't work anymore...) maven tomcat:deploy Trying to get missing dependencies (and updated snapshots) required by MYPROJECT: - Attempting to download MYFOLDER:MYDEPENDENCY:jar from http://192.168.0.54 70K downloaded Well, actually, I am just thinking - the IP I wrote down needs to be tunneled in a VPN. But when I am in the VPN tunnel, should that also apply for Maven? In Tomcat I added noProxy Settings like this: http.proxyPort=8080 http.proxyHost=MYPROXY http.nonProxyHosts=localhost||192.168.* And with Tomcat it does work that way. Thanks in advance, Christine -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
