You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2012/07/06 16:33:16 UTC

svn commit: r824813 - in /websites/staging/airavata/trunk/content: ./ airavata/development/build.html

Author: buildbot
Date: Fri Jul  6 14:33:15 2012
New Revision: 824813

Log:
Staging update by buildbot for airavata

Modified:
    websites/staging/airavata/trunk/content/   (props changed)
    websites/staging/airavata/trunk/content/airavata/development/build.html

Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  6 14:33:15 2012
@@ -1 +1 @@
-1358238
+1358239

Modified: websites/staging/airavata/trunk/content/airavata/development/build.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/development/build.html (original)
+++ websites/staging/airavata/trunk/content/airavata/development/build.html Fri Jul  6 14:33:15 2012
@@ -118,11 +118,15 @@
 <p>For example in Ubuntu: export JAVA_HOME=/usr/lib/jvm/java-6-openjdk</p>
 <h2 id="command-line">Command line</h2>
 <h3 id="build-the-distribution">Build the distribution</h3>
-<p>cd airavata-trunk</p>
-<p>mvn clean install</p>
-<p>To build without running tests</p>
-<p>mvn clean install -DskipTests</p>
-<p>The compressed binary distribution is created at <PROJECT DIR>/modules/distribution/target</p>
+<ul>
+<li>cd airavata-trunk</li>
+<li>mvn clean install</li>
+<li>To build without running tests<ul>
+<li>mvn clean install -Dmaven.test.skip=true</li>
+</ul>
+</li>
+<li>The compressed binary distribution is created at <PROJECT DIR>/modules/distribution/target</li>
+</ul>
 <h3 id="now-what">Now What?</h3>
 <p>Once you have built the binaries the best thing to do is take a look at our <a href="../documentation/system/airavata-in-5-minutes.html">Airavata in 
 Five Minutes</a> document which will help you get up and running.</p>