I’m using eclipse (Springsource toolsuite) and I’m behind a proxy. In eclipse I configured my proxy (ip, username, password) so I can download plugins. Now for maven I also have specify these proxy settings in a settings.xml duplicating the proxy params and exposing my password. Is there a way to get maven use the eclipse proxy settings?
I’m using eclipse (Springsource toolsuite) and I’m behind a proxy. In eclipse I configured
Share
No. Eclipse an Maven work separately.
Your user-level settings for Maven need to be in a settings.xml as Khmarbaise suggested, and you have to place it in a .m2 folder in c:/users/[name]/ directory on Windows 7, or /home directory in linux.
See this page for details: http://maven.apache.org/settings.html