RE: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread Bravo, Kris
I'll bet money you are behind a proxy or have some other network issue. If it's the former, add your proxy information to settings.xml in {HOME}/.m2/settings.xml For more info, go here: http://maven.apache.org/ref/current/maven-settings/settings.html If it's the latter, plugin your cable back in.

Re: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread Tim Kettler
at org.codehaus.classworlds.Launcher.main(Launcher.java:375) [INFO] [INFO] Total time: 5 seconds [INFO] Finished at: Thu Jun 29 15:44:56 GMT+05:30 2006 -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Thu

RE: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread NATARAJAN Sasi Kumar
Sent: Thursday, June 29, 2006 2:54 PM To: Maven Users List Subject: Re: Maven 2.0.4, Initail setup Problem Hi, what exactly are you trying to do? You can't *setup* maven with 'mvn install'. The install goal is used to install a project artifact in you local repository. To get starte

Re: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread Tim Kettler
Hi, what exactly are you trying to do? You can't *setup* maven with 'mvn install'. The install goal is used to install a project artifact in you local repository. To get started with maven you should read the 'Geting Started Guide' [1] and/or the free Megere maven book [2]. If you are behind

Re: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > I am getting the following error, how can I solve this problem and > Please help Are you behind a firewall, i.e. do you have to use a proxy for connecting to the WWW? - -> http://maven.apache.org/guides/mini/guide-proxies.html HTH Thorsten