maven-archetype-plugin does not exist error when creating new project, non-working link in FAQ

2009-01-12 Thread Sandy.Verfaille
Hello, When I try to create a new projects with my new installed maven, I get the error 'org.apache.maven/lifecycle.LifecycleExecutionException: the plugin org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found. I used this syntax to create it: mvn

RE: maven-archetype-plugin does not exist error when creating new project, non-working link in FAQ

2009-01-12 Thread Sandy.Verfaille
Thanks for the fast reply. archetype:generate doesn't work either. This is my output: C:\Documents and Settings\sverfailmvn archetype:generate -DgroupId=com.roularta .app -DartifactId=my-app [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO]

RE: maven-archetype-plugin does not exist error when creating new project, non-working link in FAQ

2009-01-12 Thread Sandy.Verfaille
oh crap, ofcourse :) I searched for the previous question and then read the question after it, but that didn't 'work'. Thank you very much, my project is created! Regards, Sandy -Original Message- From: Martin Höller [mailto:mar...@xss.co.at] Sent: maandag 12 januari 2009 16:16 To:

RE: maven-archetype-plugin does not exist error when creating new project, non-working link in FAQ

2009-01-12 Thread Sandy.Verfaille
Now I have, thank you very much! -Original Message- From: Nicolas Dordet [mailto:dorde...@gmail.com] Sent: maandag 12 januari 2009 16:16 To: Maven Users List Subject: Re: maven-archetype-plugin does not exist error when creating new project, non-working link in FAQ Have you configure