Changeset 28428

Show
Ignore:
Timestamp:
12/31/07 11:58:25 (1 year ago)
Author:
jcarsique
Message:

arguments list to supply when using nuxeo-archetype-simple

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/nuxeo-book/trunk/src/docbook/getting-started/index.xml

    r28380 r28428  
    309309  -DremoteRepositories=http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot</programlisting></para> 
    310310 
    311         <para>You can see there are three or four arguments you need to 
     311        <para>You can see there are five or six arguments you need to 
    312312        supply:</para> 
    313313 
    314314        <para><itemizedlist> 
    315315            <listitem> 
    316               <para><emphasis>archetypeArtifactId</emphasis>: usually the name 
    317               of your project, with '-' to separate the words if there are 
    318               many</para> 
    319             </listitem> 
    320  
    321             <listitem> 
    322               <para><emphasis>archetypeGroupId</emphasis>: the domain name of 
    323               your project. Usually the package parent name of your 
    324               classes.</para> 
     316              <para><emphasis>artifactId</emphasis>: the name of your project, usually with '-' to 
     317              separate the words if there are many</para> 
     318            </listitem> 
     319 
     320            <listitem> 
     321              <para><emphasis>groupId</emphasis>: the domain name of your project. Usually the 
     322              package parent name of your classes.</para> 
     323            </listitem> 
     324 
     325            <listitem> 
     326              <para><emphasis>archetypeArtifactId</emphasis>: the maven archetype artifact id. 
     327              To generate a sample project, Nuxeo provides you nuxeo-archetype-simple</para> 
     328            </listitem> 
     329 
     330            <listitem> 
     331              <para><emphasis>archetypeGroupId</emphasis>: unique for all nuxeo maven archetypes : 
     332              org.nuxeo.archetypes</para> 
    325333            </listitem> 
    326334 
     
    328336              <para><emphasis>archetypeVersion</emphasis>: the version of the 
    329337              archetype which is equivalent to the version of Nuxeo EP 
    330               (5.1-M2, 5.1-M3, 5.1.0 ... 5.1-SNAPSHOT).</para> 
     338              (5.1-M2, 5.1-M3, 5.1.0, 5.1.2, 5.1-SNAPSHOT, ...).</para> 
    331339            </listitem> 
    332340