Re: Maven in 5 minutes doesn't work

2012-03-10 Thread Ari Warren
I have all my proxies turned off under 'System Preferences' (I'm on mac OSX). But I get the error Wasi getting before he disabled his proxies. Any advice? Thanks -- View this message in context: http://maven.40175.n5.nabble.com/Maven-in-5-minutes-doesn-t-work-tp510820p5553789.html Sent from

Re: Maven in 5 minutes doesn't work

2012-03-10 Thread Ari Warren
And I'm referring to the posts back from October. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-in-5-minutes-doesn-t-work-tp510820p5553793.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Maven in 5 minutes doesn't work

2011-12-23 Thread poornima
hi, i am new to maven and i did the following steps ... 1. installed java 2. installed maven. 3.changed the local repository path and proxies in the settings.xml file when i run the command :D:\tutorialsmvn archetype:create -DgroupId=com.mytutorial -DartifactId=simple i am getting the

Re: Maven in 5 minutes doesn't work

2011-12-23 Thread Wayne Fay
1. installed java What version? 2. installed maven. What version? 3.changed the local repository path and proxies in the settings.xml file Why did you change the local repo path? Check to make sure that your proxy is uncommented. By default, the proxy block is commented out (disabled).

Re: Maven in 5 minutes doesn't work

2010-12-17 Thread biswamohan.padhy
I have attached the settings.xml I was getting following error while I was creating a project before I downloaded the plugin jars manually. Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [WARNING] Failed to retrieve

Re: Maven in 5 minutes doesn't work

2010-12-17 Thread Anders Hammar
Google is your friend: http://maven.apache.org/guides/mini/guide-proxies.html /Anders On Fri, Dec 17, 2010 at 09:52, biswamohan.padhy biswamohan.pa...@bt.comwrote: I have attached the settings.xml I was getting following error while I was creating a project before I downloaded the plugin

Re: Maven in 5 minutes doesn't work

2010-12-16 Thread biswamohan.padhy
I am trying to create my first Maven project with Maven 3.0.1. First I got problem in downloading the plugins then I downloaded the jar files manually and put those in the local repository. Now it is not showing error for the plugin jars but for maven-metadata.xml. I downloaded the xmls files as

Re: Maven in 5 minutes doesn't work

2010-12-16 Thread biswamohan.padhy
I am trying to create my first Maven project with Maven 3.0.1. First I got problem in downloading the plugins then I downloaded the jar files manually and put those in the local repository. Now it is not showing error for the plugin jars but for maven-metadata.xml. I downloaded the xmls files as

Re: Maven in 5 minutes doesn't work

2010-12-16 Thread Anders Hammar
If Maven can't download the plugins something is wrong with your setup. You need to fix that before proceeding! Are you behind a proxy? Then you need to configure Maven to use that. Do you have an internal repo manager? Then you need to configure Maven for that. /Anders On Fri, Dec 17, 2010 at

Re: Maven in 5 minutes doesn't work

2010-11-22 Thread wasi_shez
Please Download this Book and Enjoy you Build with Maven http://maven.apache.org/apache-maven.pdf Regards Waseem Bokhari CM Analyst 00923214294926 wasi_s...@hotmail.com - Waseem Bokhari CM Analyst wasi_s...@hotmail.com 00923214294926 -- View this message in context:

Re: Maven in 5 minutes doesn't work

2010-11-18 Thread sachbist
Hi Waseem, I dont have maven book which is u saying to read pages 32 to 42. Could u please share with me. I am getting same error. i am very frustured with this issue. I am working on this issue last 2 days but i am not able to resolve. Please help me. Thanks Regards, Sachin

Re: Maven in 5 minutes doesn't work

2010-11-10 Thread wasi_shez
Yes i have get the problem solved. I will advice you to please read out the Maven's Book from Pages 32 to 42 Moreover Whenever you go for Maven's first time compilation ; please make sure that your machine must have internet with downloading access ; THE MOST IMPORTANT it must be free from all

Re: Maven in 5 minutes doesn't work

2010-11-08 Thread beta
Hi Waseem, Did you get to solve your issue? I'm getting the same errors and I haven't found a way to solve them, Thanks in advance, - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread wasi_shez
I am using XP Windows 1)Install Latest JRE 2)Download Maven 3.0 3)Set JAVA_Home for JRE 4)Set Path for Maven 3.0 upto BIN Run Command to ensure the installation mvn --v Apache Maven 3.0 (r1004208; 2010-10-04 16:50:56+0500) Java version: 1.6.0_22 Java home: C:\Program

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread wasi_shez
I am using XP Windows 1)Install Latest JRE 2)Download Maven 3.0 3)Set JAVA_Home for JRE 4)Set Path for Maven 3.0 upto BIN Run Command to ensure the installation mvn --v Apache Maven 3.0 (r1004208; 2010-10-04 16:50:56+0500) Java version: 1.6.0_22 Java home: C:\Program

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread Manuel Doninger
On Fri, Oct 22, 2010 at 08:15, wasi_shez wasi_s...@hotmail.com wrote: I am using XP Windows 1)Install Latest JRE 2)Download Maven 3.0 3)Set JAVA_Home for JRE 4)Set Path for Maven 3.0 upto BIN Run Command to ensure the installation mvn --v Apache Maven 3.0 (r1004208; 2010-10-04

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread wasi_shez
Thank you so much Manual for such a Quick response. What do you mean by My-app Let me ensure the Paths of my Directories. JRE : C:\Program Files\Java\jdk1.6.0_22\jre Maven 3.0:

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread Andreas Gies
Hi, that looks like your maven cannot connect to the central repository to download the required plugins for executing the archetype. Are you behind a firewall or something ? - In that case you may have to configure a proxy in your settings. See also

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread wasi_shez
Really Great It Gets Work 1) I have removed all proxies from My Machine and Do the same again But it gets stuck on Some Point: Source Code :-- C:\Workspace_Eclipse\Sample\src C:\Workspace_Eclipse\Sample\src mvn archetype:generate OutPut Below 127: remote - struts2-archetype-starter

Re: Maven in 5 minutes doesn't work

2010-10-22 Thread Greg Akins
Waseem If you follow the Maven in 5 minutes instructions, you shouldn't have to specify a number. The listed projects each have a number.. if you select 82, you'll be picking the default project type (maven-archetype-quickstart). If you don't want the default, you can select any other number

Re: Maven in 5 minutes doesn't work

2010-06-23 Thread kristian
hello, since it works for my without any problem and the error you see with -e flag set is not sufficient. maybe you try mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false -X it produces more output but

RE: Maven in 5 minutes doesn't work

2010-06-23 Thread Martin Gainty
try this simple task: tracert repo1.maven.org someone has inserted an intervening proxy between you and maven.org go to $M2_HOME/conf/settings.xml and configure access to maven.ord thru this proxy (which should look something like) !-- proxies | This is a list of proxies which can

Re: Maven in 5 minutes doesn't work

2010-06-23 Thread Akshay Dev Vankhede
Thanks for the support guys, it was not a proxy issue. I upgraded my JDK/JRE from 1.6.0_03 to 1.6.0_20 and it all came back on the track, a bit strange though. -- Akshay On Wed, Jun 23, 2010 at 4:45 PM, Martin Gainty mgai...@hotmail.com wrote: try this simple task: tracert repo1.maven.org