You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Adrian Shum <tc...@taifook.com> on 2007/03/09 07:18:39 UTC

What is Archetype

After reading some documents including 
http://maven.apache.org/guides/introduction/introduction-to-archetypes.html,
My understanding on what Archetype is:
it is a project template. If you want to create certain kind of project, you just
retrieve the template from the repository. The template will generate a  
project skeleton for you to put your stuff in.

Is my understanding correct? 

Is Archetype solely use for that purpose only?

That means, the resulting artifacts contains no information on what archetype
it belongs to, is that correct?

Thanks

Adrian


This email is confidential. If you are not the intended recipient, please delete it from your system and notify the sender immediately. Any unauthorized use, disclosure, dissemination or copying of this email is prohibited. Taifook Securities Group, its group companies and their content providers ("Parties") shall not be responsible for the accuracy or completeness of this email or its attachment, if any, which could contain virus, be corrupted, destroyed, incomplete, intercepted, lost or arrive late.   The Parties do not accept liability for any damage caused by this email.


Re: What is Archetype

Posted by Raphaël Piéroni <ra...@gmail.com>.
Hi,

2007/3/9, Adrian Shum <tc...@taifook.com>:
>
>
> After reading some documents including
>
> http://maven.apache.org/guides/introduction/introduction-to-archetypes.html
> ,
> My understanding on what Archetype is:
> it is a project template. If you want to create certain kind of project,
> you just
> retrieve the template from the repository. The template will generate a
> project skeleton for you to put your stuff in.
>
> Is my understanding correct?


yep

Is Archetype solely use for that purpose only?


it can also be used to enhance the features of a project (by adding a
skeleton site to it)

That means, the resulting artifacts contains no information on what
> archetype
> it belongs to, is that correct?


yep

Raphaël