You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by John Tolentino <jo...@mergere.com> on 2005/11/26 04:39:33 UTC

Re: inheriting from plugins (Answer to archetype question)

Hi,

Archetypes are templates for projects that are often used. Standard 
Maven 2 directory structure; common files and folders; and some 
resources will be created for you. An example is the 
maven-archetype-webapp which can be used to create a "skeleton" project 
for a web application. It will create your starting pom, the WEB-INF 
folder, a deployment descriptor and some sample JSPs which you could 
edit later. Here's a full description of archetypes for your reference: 
http://maven.apache.org/guides/introduction/introduction-to-archetypes.html

By the way, it would be nice if you changed the subject of the email you 
replied to because your question was not related. :-) Hope this helps.

Regards,
John

Oles wrote:

> Why archetypes is needed at all? What can I do with ones  :-\
> "Creating an archetype is a pretty straight forward process. An 
> archetype is a very simple plugin, that contains the project prototype 
> you wish to create. An archetype is made up of:....."
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org