You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/20 18:29:56 UTC

[Maven Wiki] Trivial Update of "M2UserDocs/042UsingMvn" by cseg

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification.

The following page has been changed by cseg:
http://wiki.apache.org/maven/M2UserDocs/042UsingMvn

------------------------------------------------------------------------------
  [[Navigation(slides)]]
  = Using mvn: Archetypes =
  
- Maven2 uses application templates called '''''archetypes''''' to jump start the creation of a project directory.  Different types of applications use different archetypes.  For example, there are different archetypes for projects which produce a '''.jar''', '''.war''', or '''.ear''' artifact, or for '''Maven2 plugins'''.
+ Maven2 uses application templates called '''''archetypes''''' to jump start the creation of a project directory.  Different types of applications use different archetypes.  
  
  Let's create a project which produces a '''.jar''' file (the default archetype).  Navigate to a directory '''above''' where you what your project directory to be created, and issue this command:
  {{{

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