Changeset 29523
- Timestamp:
- 01/22/08 14:36:50 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/nuxeo-book/trunk/src/docbook/developer-guide/index.xml
r29496 r29523 257 257 instance).</para> 258 258 259 <para>We recommend that you use the latest version of Maven (2.0. 7at259 <para>We recommend that you use the latest version of Maven (2.0.8 at 260 260 the time of this writing).</para> 261 261 … … 265 265 <para>Then add the <literal>bin/</literal> subdir in your 266 266 <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> 268 268 269 269 <para>In a new shell you can then test: <programlisting>$ mvn --version 270 Maven version: 2.0. 7</programlisting></para>270 Maven version: 2.0.8</programlisting></para> 271 271 </section> 272 272 </section>
