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 08:41, biswamohan.padhy <biswamohan.pa...@bt.com>wrote: > > 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 well > but its not working. > Maven installed directory: > C:\WIP\Software\apache-maven-3.0.1 > JRE directyory: > C:\WIP\jdevstudio10135\jdk\jre\bin > Local Repository: > C:\WIP\learning\DemoMaven > > I am running the command > mvn -X archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app > -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false > > in the following path > C:\WIP\learning\DemoMaven > > Can anyone please help me how to resolve this issue. > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-in-5-minutes-doesn-t-work-tp510820p3309040.html > Sent from the Maven - Users mailing list archive at Nabble.com. >