RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
:[EMAIL PROTECTED] Sent: Wed 4/18/2007 9:44 PM To: Maven Users List Subject: Re: RE: maven-surefire-plugin problem Hi, I used mvn install command as follows mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile

Re: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Thorsten Heit
Hi, It is not fetching this plug-in automatically.. What error is Maven showing with mvn -e -X ...? Have you checked that your network settings are correct? I.e. are you behind a firewall? If yes, do you have proxy settings specified in your settings.xml? So i have installed in the

RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Is there anything wrong...? Thanks, Ramesh From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Thu 4/19/2007 4:59 PM To: Maven Users List Subject: Re: RE: RE: maven-surefire

Re: RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Thorsten Heit
Yes I am working behind proxy. The following is my Settings.xml As I wrote in my last mail: Check your proxy settings - you haven't specified any in the settings.xml... See http://maven.apache.org/guides/mini/guide-proxies.html HTH Thorsten

RE: RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
/19/2007 6:18 PM To: Maven Users List Subject: Re: RE: RE: RE: maven-surefire-plugin problem Yes I am working behind proxy. The following is my Settings.xml As I wrote in my last mail: Check your proxy settings - you haven't specified any in the settings.xml... See http

Re: RE: maven-surefire-plugin problem

2007-04-18 Thread Thorsten Heit
Hi, I used mvn install command as follows mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Why did you do this? This isn't necessary as Maven automatically fetches plugins