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.
