You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/06/12 09:16:17 UTC

svn commit: r1349157 - /jena/site/trunk/content/getting_involved/index.mdtext

Author: andy
Date: Tue Jun 12 07:16:17 2012
New Revision: 1349157

URL: http://svn.apache.org/viewvc?rev=1349157&view=rev
Log:
Building from maven requires the whole source tree.

Modified:
    jena/site/trunk/content/getting_involved/index.mdtext

Modified: jena/site/trunk/content/getting_involved/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/getting_involved/index.mdtext?rev=1349157&r1=1349156&r2=1349157&view=diff
==============================================================================
--- jena/site/trunk/content/getting_involved/index.mdtext (original)
+++ jena/site/trunk/content/getting_involved/index.mdtext Tue Jun 12 07:16:17 2012
@@ -36,11 +36,9 @@ You can also check the state of each Jen
 
 You can find the Jena source code in the Apache subversion repository: [http://svn.apache.org/repos/asf/jena/trunk/](http://svn.apache.org/repos/asf/jena/trunk/).
 
-Each Jena module uses Maven, here is how you can check out, build and test a Jena module (TDB in this case):
-
-    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-tdb
-    cd jena-tdb
-    mvn clean package
+    svn co https://svn.apache.org/repos/asf/jena/trunk/ Jena
+    cd Jena
+    mvn clean install
 
 ### Open issues