You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/02/02 18:02:21 UTC

svn commit: r784655 - /websites/staging/opennlp/trunk/content/opennlp/building.html

Author: buildbot
Date: Wed Feb  2 17:02:21 2011
New Revision: 784655

Log:
Staging update by buildbot

Modified:
    websites/staging/opennlp/trunk/content/opennlp/building.html

Modified: websites/staging/opennlp/trunk/content/opennlp/building.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/building.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/building.html Wed Feb  2 17:02:21 2011
@@ -68,17 +68,19 @@ include a README file which explains how
 <p>To build at least Maven 3.0 and JDK 5 are required.
 If they are not installed, install them.</p>
 <p>On the first checkout everything should be build.
-Go to the opennlp folder and type "mvn install" to build all modules.
+Go to the opennlp folder and type 
+<pre><code>mvn install</code></pre>
+to build all modules.
 The build installs the maven artifacts in the local repository
 and creates a binary and source distribution inside the 
 opennlp-distr/target folder.</p>
 <p>After the initial build the individual modules can be build on its own
-with "mvn install". In the opennlp-docs project it is
-recommended to always build with "mvn clean install" because
+with <pre><code>mvn install</code></pre>. In the opennlp-docs project it is
+recommended to always build with <pre><code>mvn clean install</code></pre> because
 changed docbook xml files might not be re-processed otherwise.</p>
 <p>In some cases it might be convenient to skip the tests.
 That can be done with the "-Dmaven.test.skip=true" option.
-For example type: "mvn clean install -Dmaventest.skip=true".
+For example type: <pre><code>mvn clean install -Dmaventest.skip=true</pre></code>.
 No tests will no be executed.</p>
 <p>It might happen from time to time that the build fails,
 if so please report a broken build on the opennlp-dev mailing