Hi, I need to run a test suite which needs to connect to public web servers and I am behind a web proxy.
I use: mvn test -DproxyHost=... -DproxyPort=... mvn test -DproxySet=true -DproxyHost=... -DproxyPort=... Everything works fine with Maven v2.0.9 but with Maven v2.0.10 or v2.1.0 seems to me that the proxy does not get used. I am probably missing something obvious... Any help? Paolo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
