RE: Re: Problems creating a site archetype

2005-10-26 Thread Jason van Zyl
Maven---Users-f178.html > Neil > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans > Sent: 26 October 2005 10:18 > To: users@maven.apache.org > Subject: Re: Problems creating a site archetype > > > This came up a few weeks ag

Re: Problems creating a site archetype

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 17:23 +0800, Hong Xing wrote: > Add a parameter -DarchetypeVersion=1.0-alpha-2 That should work, thanks for helping out! > 2005/10/26, Jorg Heymans <[EMAIL PROTECTED]>: > > This came up a few weeks ago already, search the mailinglist. > > > > In short: you forgot to specify

Re: Problems creating a site archetype

2005-10-26 Thread Jason van Zyl
On Wed, 2005-10-26 at 11:17 +0200, Jorg Heymans wrote: > This came up a few weeks ago already, search the mailinglist. > > In short: you forgot to specify -DarchetypeVersion, which is default set > to RELEASE. I will release this again or go fix the metadata, not sure what happened as the archety

RE: Re: Problems creating a site archetype

2005-10-26 Thread Neil Blue
: Problems creating a site archetype That topic just went through the list again recently. Do a search of the archive and you'll find it :) (That's like the famous "keyboard error--press F1 to continue") You can search the mail archives at the following site: http://www.nabb

RE: Re: Problems creating a site archetype

2005-10-26 Thread David Jackman
-archives.apache.org looks much different now, and they've removed the search capability to be more helpful, I guess. ..David.. -Original Message- From: Neil Blue [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 3:28 AM To: Maven Users List Subject: RE: Re: Problems

RE: Re: Problems creating a site archetype

2005-10-26 Thread Neil Blue
2005 10:18 To: users@maven.apache.org Subject: Re: Problems creating a site archetype This came up a few weeks ago already, search the mailinglist. In short: you forgot to specify -DarchetypeVersion, which is default set to RELEASE. Neil Blue wrote: > Hello > > I am just looking a

Re: Problems creating a site archetype

2005-10-26 Thread Hong Xing
Add a parameter -DarchetypeVersion=1.0-alpha-2 2005/10/26, Jorg Heymans <[EMAIL PROTECTED]>: > This came up a few weeks ago already, search the mailinglist. > > In short: you forgot to specify -DarchetypeVersion, which is default set > to RELEASE. > > > Neil Blue wrote: > > Hello > > > > I am just

Re: Problems creating a site archetype

2005-10-26 Thread Jorg Heymans
This came up a few weeks ago already, search the mailinglist. In short: you forgot to specify -DarchetypeVersion, which is default set to RELEASE. Neil Blue wrote: > Hello > > I am just looking at maven2 after using maven for a few years. I am trying > to create a site with the command from the

Problems creating a site archetype

2005-10-26 Thread Neil Blue
Hello I am just looking at maven2 after using maven for a few years. I am trying to create a site with the command from the getting started guide: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archet