Maven doesn't include plugins?

2007-08-22 Thread Jean-Philippe Steinmetz
Hi, I just downloaded maven-2.0.7-bin.zip http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0.7-bin.zip and got it all set up but if I try and run commands like 'mvn archetype:create' or 'mvn eclipse:create' I get a missing plugin error. According to the website and documentation

Re: Maven doesn't include plugins?

2007-08-22 Thread Eric Redmond
Not to be rude - but how hard did you search? http://maven.apache.org/articles.html But more to the point, that should not happen. Best to paste the error... for starters, try running: mvn -e archetype:create -- Eric Redmond http://blog.propellors.net On 8/22/07, Jean-Philippe Steinmetz

RE: Maven doesn't include plugins?

2007-08-22 Thread Jean-Philippe Steinmetz
PM To: Maven Users List Subject: Re: Maven doesn't include plugins? Not to be rude - but how hard did you search? http://maven.apache.org/articles.html But more to the point, that should not happen. Best to paste the error... for starters, try running: mvn -e archetype:create

Re: Maven doesn't include plugins?

2007-08-22 Thread Wendy Smoak
On 8/22/07, Jean-Philippe Steinmetz [EMAIL PROTECTED] wrote: I understand there's lot of documentation on how to use maven... but nothing in regards to my problem of not having plugins in the first place. Here is the error message I get when running 'mvn -e archetype:create' mvn -e

RE: Maven doesn't include plugins?

2007-08-22 Thread Jean-Philippe Steinmetz
/getting-started/index.html http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html and the wiki. Jean-Philippe -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 5:50 PM To: Maven Users List Subject: Re: Maven doesn't