Re: Difference between archetype:create and archetype:generate?

2010-10-06 Thread per-henrik hedman
The archetype:create generates an archetype once you have defined all the necessary properties for the archetype, while the archetype:generate gives you user interactive options for a number of template-archetypes. But they both generate/creates an archetype but in quite a different manner... Che

Re: Difference between archetype:create and archetype:generate?

2010-10-06 Thread Brett Porter
create doesn't do any prompting for missing arguments or utilise newer features like the catalog. It's deprecated, and I think actually delegates to generate internally. On 06/10/2010, at 11:28 PM, benxs wrote: > > What is the difference between these two goals? > > From my point of view both

Re: Difference between archetype:create and archetype:generate?

2010-10-06 Thread Antonio Petrelli
2010/10/6 benxs : > > What is the difference between these two goals? archetype:create is deprecated. Antonio - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.

Difference between archetype:create and archetype:generate?

2010-10-06 Thread benxs
What is the difference between these two goals? >From my point of view both generate a project (directory structure). Ben -- View this message in context: http://maven.40175.n5.nabble.com/Difference-between-archetype-create-and-archetype-generate-tp3201300p3201300.html Sent from the Maven - Us