Changeset 29523

Show
Ignore:
Timestamp:
01/22/08 14:36:50 (11 months ago)
Author:
bdelbosc
Message:

recommend maven 2.0.8

Files:

Legend:

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

    r29496 r29523  
    257257      instance).</para> 
    258258 
    259       <para>We recommend that you use the latest version of Maven (2.0.7 at 
     259      <para>We recommend that you use the latest version of Maven (2.0.8 at 
    260260      the time of this writing).</para> 
    261261 
     
    265265      <para>Then add the <literal>bin/</literal> subdir in your 
    266266      <varname>PATH</varname> by adding something like the following in your 
    267       <filename>.bashrc</filename>: <programlisting>export PATH=/opt/maven-2.0.7/bin:$PATH</programlisting></para> 
     267      <filename>.bashrc</filename>: <programlisting>export PATH=/opt/maven-2.0.8/bin:$PATH</programlisting></para> 
    268268 
    269269      <para>In a new shell you can then test: <programlisting>$ mvn --version 
    270 Maven version: 2.0.7</programlisting></para> 
     270Maven version: 2.0.8</programlisting></para> 
    271271    </section> 
    272272  </section>