You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2012/11/19 14:41:43 UTC

svn commit: r1411169 - /stanbol/trunk/README.md

Author: reto
Date: Mon Nov 19 13:41:43 2012
New Revision: 1411169

URL: http://svn.apache.org/viewvc?rev=1411169&view=rev
Log:
Applied Patches by danny ayers, https://github.com/fusepool/stanbol/commit/c32808e2220bce868d3196e88b087a40d2e1a96a and https://github.com/fusepool/stanbol/commit/05b6c2bb866ac7ac2b3a090ee7abffe72d383895

Modified:
    stanbol/trunk/README.md

Modified: stanbol/trunk/README.md
URL: http://svn.apache.org/viewvc/stanbol/trunk/README.md?rev=1411169&r1=1411168&r2=1411169&view=diff
==============================================================================
--- stanbol/trunk/README.md (original)
+++ stanbol/trunk/README.md Mon Nov 19 13:41:43 2012
@@ -25,20 +25,19 @@ semantic content management.
 To build Stanbol you need a JDK 1.6 and Maven 2.2.1 installed. You probably
 need
 
-    $ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256M
+    $ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256M"
 
-If you want to skip the tests, add `-DskipTests` to the Maven command.
-
-
-## Building Apache Stanbol
-
-This builds the Apache Stanbol plus available Enhancement Engines and a
+The following builds the Apache Stanbol plus available Enhancement Engines and a
 default set of linked open data for the EntityHub. If you want to have a ready
 to use version of Apache Stanbol, this is the way to go.
 
 In the Apache Stanbol source directory type
 
     $ mvn install
+
+If you want to skip the tests, use :
+
+    $ mvn install -Dmaven.test.skip=true
     
 
 ### Launching the Apache Stanbol Server