It only applies if you have a proxy. If you have a direct internet
connection it doesn't matter.
otherwise there's a maven proxy setting element in the settings.xml file:
eg:
<proxies>
<proxy>
<id>bcx-proxy-http</id>
<active>true</active>
<host>109.110.28.175</host>
<port>3128</port>
<protocol>http</protocol>
<nonProxyHosts>bcx-repo</nonProxyHosts>
</proxy>
</proxies>
On Thu, Nov 8, 2012 at 5:13 PM, Merve Temizer <[email protected]> wrote:
> Thanks. I searched but could not find so far.
> What should i set as eclipse proxy settings?
> How can i learn what is the appropriate proxy to set to eclipse?
>
>
> 2012/11/8 Kiren Pillay <[email protected]>
>
> > From my experience, issues with network cause most maven/eclipse tasks to
> > hang. Check your eclipse proxy settings as well as the maven proxy
> settings
> > if any.
> >
> >
> > On Thu, Nov 8, 2012 at 4:30 PM, Merve Temizer <[email protected]>
> > wrote:
> >
> > > Hello,
> > > I had succesfully imported James Server a while ago,
> > > but i can not repeat the same job because at %93 it starts hanging on.
> > >
> > > Process says "Importing Maven Projects %93".
> > >
> > > What can i change, is it about a timeout problem.
> > >
> > > I try to add <timeout>900000</timeout> to profile properties of root
> pom
> > > but it did not work.
> > >
> > > Thanks for any help
> > >
> >
>