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

svn commit: r1066531 - /incubator/opennlp/site/trunk/content/opennlp/building.mdtext

Author: joern
Date: Wed Feb  2 17:02:16 2011
New Revision: 1066531

URL: http://svn.apache.org/viewvc?rev=1066531&view=rev
Log:
OPENNLP-50 Now using code elements for commands

Modified:
    incubator/opennlp/site/trunk/content/opennlp/building.mdtext

Modified: incubator/opennlp/site/trunk/content/opennlp/building.mdtext
URL: http://svn.apache.org/viewvc/incubator/opennlp/site/trunk/content/opennlp/building.mdtext?rev=1066531&r1=1066530&r2=1066531&view=diff
==============================================================================
--- incubator/opennlp/site/trunk/content/opennlp/building.mdtext (original)
+++ incubator/opennlp/site/trunk/content/opennlp/building.mdtext Wed Feb  2 17:02:16 2011
@@ -9,19 +9,21 @@ To build at least Maven 3.0 and JDK 5 ar
 If they are not installed, install them.
 
 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.
 
 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.
 
 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.
 
 It might happen from time to time that the build fails,