Re: create:archetype won't work on my installed archetype... can't test my development.

2008-02-15 Thread Wendy Smoak
On Fri, Feb 15, 2008 at 3:56 PM, Mark Diggory [EMAIL PROTECTED] wrote: I'm trying to author an archetype for our project and have it located here in source: https://dspace-sandbox.googlecode.com/svn/team/maven/plugins/dspace-addon-archetype/trunk My problem is that if I check this out

create:archetype won't work on my installed archetype... can't test my development.

2008-02-15 Thread Mark Diggory
So, I'm trying to author an archetype for our project and have it located here in source: https://dspace-sandbox.googlecode.com/svn/team/maven/plugins/dspace-addon-archetype/trunk My problem is that if I check this out and run mvn package install I expect that it will be installed into my

Re: create:archetype won't work on my installed archetype... can't test my development.

2008-02-15 Thread Mark Diggory
I'll add that the website for the 2.0-alpha1 is horribly broken... http://maven.apache.org/plugins/index.html http://maven.apache.org/plugins/maven-archetype-plugin/ click on any navigation otpions and they send back 404's On Fri, Feb 15, 2008 at 3:08 PM, Wendy Smoak [EMAIL PROTECTED] wrote:

[CREATE:ARCHETYPE - MAVEN EMBEDDER BUG]

2007-08-09 Thread João Kreuzberg
Kreuzberg On 8/7/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi, You've got the wrong parameter name.. it should be user.dir instead of basedir. HTH, Deng João Kreuzberg wrote: Hello guys, I'm having a problem with create:archetype

Re: [CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-08 Thread Maria Odea Ching
Kreuzberg wrote: Hello guys, I'm having a problem with create:archetype on the site is says it has a -Dbasedir parameter but it doesn't seems to work I tried mvn archetype:create -DgroupId=joao -DartifactId=joao -Dbasedir=C:\ but it does not create the project on the specified

Re: [CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-08 Thread Brett Porter
, You've got the wrong parameter name.. it should be user.dir instead of basedir. HTH, Deng João Kreuzberg wrote: Hello guys, I'm having a problem with create:archetype on the site is says it has a -Dbasedir parameter but it doesn't seems to work I tried mvn

[CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-07 Thread João Kreuzberg
Kreuzberg On 8/7/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi, You've got the wrong parameter name.. it should be user.dir instead of basedir. HTH, Deng João Kreuzberg wrote: Hello guys, I'm having a problem with create:archetype on the site is says it has

[CREATE:ARCHETYPE]

2007-08-06 Thread João Kreuzberg
Hello guys, I'm having a problem with create:archetype on the site is says it has a -Dbasedir parameter but it doesn't seems to work I tried mvn archetype:create -DgroupId=joao -DartifactId=joao -Dbasedir=C:\ but it does not create the project on the specified dir it creates on the current dir

Re: [CREATE:ARCHETYPE]

2007-08-06 Thread Maria Odea Ching
Hi, You've got the wrong parameter name.. it should be user.dir instead of basedir. HTH, Deng João Kreuzberg wrote: Hello guys, I'm having a problem with create:archetype on the site is says it has a -Dbasedir parameter but it doesn't seems to work I tried mvn archetype:create -DgroupId

Re: [CREATE:ARCHETYPE]

2007-08-06 Thread João Kreuzberg
with create:archetype on the site is says it has a -Dbasedir parameter but it doesn't seems to work I tried mvn archetype:create -DgroupId=joao -DartifactId=joao -Dbasedir=C:\ but it does not create the project on the specified dir it creates on the current dir any thoughts? Best regards