You can specify the proxy information when you configure the External Tools entry for the Maven2 build of this project in Eclipse. In the External Tools window, select the goal that you want to run, then add parameters proxyHost and proxyPort with the appropriate values in the parameter box. These properties will be passed along to the Maven plugin when it is invoked.
--Kevin -----Original Message----- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 12:10 PM To: Maven Users List Subject: Re: Problem with Eclipse plugin I run eclipse 3.1.1 on windows 2000 and windows>preferences>internet>proxy settings you put your company proxy settings. On my Linux mandriva 10. , i launch eclipse by command line with system properties eclipse -vmargs -Dhttp.proxyHost=MYPROXYHOST -Dhttp.proxyPort=MYPROXYNUMBER Tom. 2006/4/25, Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > You're right, I'm behind a proxy... You mention a plugin to manage the proxy > connection in Eclipse, where can I find it? > > Thanks a lot > Jose > > 2006/4/25, Tom Joad <[EMAIL PROTECTED]>: > > > > Hi Jose, > > It is fixed in version 0.0;5 as i said .Are you under proxy? If it's the > > case > > > > As said Eugene Kuleshov one of plugin developers Unfortunately there > > are still no support for settings.xml, including > > proxy configuration. and i think your proble comes from it. > > For now you can use system properties -Dhttp.proxyHost= and > > -Dhttp.proxyPort= > > Could you try to launch eclipse via commnand line with these two > > parameters > > Or adding eclipse plugin to manage proxy connexion. > > > > Tom. > > 2006/4/25, Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > > > I'm using 0.0.5... do you have more information about this issue? > > > > > > Thanks > > > Jose > > > > > > 2006/4/24, Tom Joad <[EMAIL PROTECTED]>: > > > > > > > > Hello, > > > > Which version of the plugin do you use? It is a known issue of version > > > > 0.0.4 resolved > > > > with 0.0.5 . > > > > Tom. > > > > > > > > > > > > > > > > 2006/4/24, Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > > > > > Hi there, > > > > > > > > > > After reading about the Eclipse plugin I decided to give it a try. I > > > > > installed it, and tried to run a maven goal, but the execution seems > > to > > > > > hang. After enabling debug output in the preferences I get this in > > the > > > > > console: > > > > > > > > > > [DEBUG] Found 0 components to load on start > > > > > [DEBUG] Building Maven user-level plugin registry from: > > 'C:\Documents > > > > and > > > > > Settings\jgonzalez\.m2\plugin-registry.xml' > > > > > [DEBUG] Building Maven global-level settings from: > > > > > 'U:\proyectos\otros\netflux\netflux-core\conf\settings.xml' > > > > > [DEBUG] Building Maven user-level settings from: 'C:\Documents and > > > > > Settings\jgonzalez\.m2\settings.xml' > > > > > [DEBUG] Using parent-POM from the project hierarchy at: '../pom.xml' > > for > > > > > project: null:netflux-core:jar:null > > > > > > > > > > After this, the execution seems to hang. Any ideas? > > > > > > > > > > TIA, best regards > > > > > Jose > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
