Also, your settings.xml shows: <offline>true</offline> This will almost certainly cause you problems. Remove it. As Stephen says, the text he sent (proxy section) should be the only thing in your settings.xml file for now.
Wayne On Tue, Sep 23, 2008 at 1:37 AM, Stephen Connolly <[EMAIL PROTECTED]> wrote: > Start with just > > <settings> > <proxies> > <proxy> > <id>optional</id> > <active>true</active> > <protocol>http</protocol> > <host>localhost</host> > <port>8080</port> > </proxy> > </proxies> > </settings> > > Then see about adding in the rest of the stuff you need > > BTW, you have www.google.com as a non-proxy host... why just google? > > > On 23 September 2008 08:55, ashleyvijay <[EMAIL PROTECTED]> wrote: > >> >> Now my settings.xml looks like the following but when i try to create a >> project it still doesnt work.I have edited the settings.xml as much as I >> knw.Kindly help if Im missing something. >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
