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/10 14:07:28 UTC

svn commit: r1348573 - /jena/site/trunk/content/download/maven.mdtext

Author: andy
Date: Sun Jun 10 12:07:27 2012
New Revision: 1348573

URL: http://svn.apache.org/viewvc?rev=1348573&view=rev
Log:
Update build instructions.

Modified:
    jena/site/trunk/content/download/maven.mdtext

Modified: jena/site/trunk/content/download/maven.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/maven.mdtext?rev=1348573&r1=1348572&r2=1348573&view=diff
==============================================================================
--- jena/site/trunk/content/download/maven.mdtext (original)
+++ jena/site/trunk/content/download/maven.mdtext Sun Jun 10 12:07:27 2012
@@ -135,22 +135,14 @@ For the current TDB SNAPSHOT use:
 
 ### Build and install artifacts in your local Maven repository
 
-If you want you can checkout the Jena (or ARQ, or TDB) sources, build the artifacts and
-install them in your local Maven repository. Simply checkout the sources and type
+If you want you can checkout the Jena sources, build the artifacts and
+install them in your local Maven repository, then you simply checkout the source 
+tree and build with maven 
 <code>mvn install</code>. This assumes you have Maven and Subversion installed:
 
-    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-core
-    cd jena-core
+    svn co https://svn.apache.org/repos/asf/jena/trunk/ Jena
+    cd Jena
     mvn clean install
 
-    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-arq
-    cd jena-arq
-    mvn clean install
-
-    svn co https://svn.apache.org/repos/asf/jena/trunk/jena-tdb
-    cd jena-tdb
-    mvn clean install
-
-
-Subversion projects also exist for Fuseki and others modules, you can browse the
-subversion repository [here](http://svn.apache.org/viewvc/jena/trunk/)
+Each of the modules can be built on it's own but the requires the current snapshots
+and Jena parent POM to be installed.