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

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

2009-01-12 Thread Sandy.Verfaille
i 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 On Monday 12 January 2009 sandy.verfai...@roularta.be wrote: > Hello, > > When I try to create a new projects with my new installed m

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

2009-01-12 Thread Martin Höller
On Monday 12 January 2009 Martin Höller wrote: > I just tried to update the wiki-page, but I always get a "page not found" > error :-( This seems to be a problem with konqueror. Updateing in firefox worked. - martin signature.asc Description: This is a digitally signed message part.

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

2009-01-12 Thread Nicolas Dordet
Final Memory: 1M/4M > [INFO] > > > > Yes, I use a proxy: httpproxy.rmg.be > > Do you know anything more with this? > > > > -----Original Message----- > From: Nicolas Dordet [mailto:dorde...@

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

2009-01-12 Thread Martin Höller
On Monday 12 January 2009 sandy.verfai...@roularta.be wrote: > 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

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

2009-01-12 Thread Sandy.Verfaille
09 16:04 To: Maven Users List Subject: Re: maven-archetype-plugin does not exist error when creating new project, non-working link in FAQ No problem for me to lauch this goal (mvn archetype:create -DgroupId=com.roularta.app -DartifactId=my-app -e) on maven 2.0.9. But first of all, mave

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

2009-01-12 Thread Nicolas Dordet
No problem for me to lauch this goal (mvn archetype:create -DgroupId=com.roularta.app -DartifactId=my-app -e) on maven 2.0.9. But first of all, maven say : "This goal is deprecated. Please use mvn archetype:generate instead" Are you using a proxy? 2009/1/12 > Hello, > > When I try to create a

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 a