Re: Archetype create v. generate

2009-01-29 Thread Hubert Iwaniuk
Hi Dave,create is deprecate, generate is a way to go. If you want it not interactive, read: http://maven.apache.org/plugins/maven-archetype-plugin/examples/generate-batch.html HTH, Hubert. On Tue, Jan 27, 2009 at 9:03 PM, Dave Newton newton.d...@yahoo.com wrote: Just a ping to see if

Re: Archetype create v. generate

2009-01-29 Thread Dave Newton
Hubert Iwaniuk wrote: Hi Dave,create is deprecate, generate is a way to go. If you want it not interactive, read: http://maven.apache.org/plugins/maven-archetype-plugin/examples/generate-batch.html HTH, It does--thanks much! Dave

Re: Archetype create v. generate

2009-01-28 Thread Raphaël Piéroni
Yup this is normal. archetype:create is the old way a copy/paste from the old archetype-1.0-alpha plugin that is kept only for backaward compatibility. archetype:generate is the prefered way to do things. Regards. Raphaël 2009/1/27 Dave Newton newton.d...@yahoo.com: Raphaël Piéroni wrote:

Re: Archetype create v. generate

2009-01-28 Thread Dave Newton
Raphaël Piéroni wrote: Yup this is normal. archetype:create is the old way a copy/paste from the old archetype-1.0-alpha plugin that is kept only for backaward compatibility. archetype:generate is the prefered way to do things. Great--thanks for the info. Dave

Re: Archetype create v. generate

2009-01-27 Thread Dave Newton
Just a ping to see if anybody had any input--I haven't had a chance to investigate further yet but need to commit some changes to some archetypes and update some documentation soon. Thanks, Dave Dave Newton wrote: What's the approved way to create archetypes when there's an archetype

Re: Archetype create v. generate

2009-01-27 Thread Raphaël Piéroni
Hi, One can call the generate goal in batch mode w/ mvn -B archetype:generate -DarchetypeGroupId=... 2009/1/27 Dave Newton newton.d...@yahoo.com: Just a ping to see if anybody had any input--I haven't had a chance to investigate further yet but need to commit some changes to some archetypes

Re: Archetype create v. generate

2009-01-27 Thread Dave Newton
Raphaël Piéroni wrote: One can call the generate goal in batch mode w/ mvn -B archetype:generate -DarchetypeGroupId=... Oh, I missed that--thanks! Is it normal that my archetype:create isn't paying attention to the archetype-metadata file, or am I missing other things too? Thanks, Dave

Archetype create v. generate

2009-01-23 Thread Dave Newton
Howdy, What's the approved way to create archetypes when there's an archetype metadata file? So far it seems like I can either do archetype:create, which (so far) isn't shuffling the files around from my archetype metadata file, or archetype:generate, which does, but has that interactive