You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by bu...@apache.org on 2014/06/25 19:56:55 UTC

svn commit: r913771 - in /websites/staging/gora/trunk/content: ./ current/quickstart.html

Author: buildbot
Date: Wed Jun 25 17:56:54 2014
New Revision: 913771

Log:
Staging update by buildbot for gora

Modified:
    websites/staging/gora/trunk/content/   (props changed)
    websites/staging/gora/trunk/content/current/quickstart.html

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 25 17:56:54 2014
@@ -1 +1 @@
-1605422
+1605523

Modified: websites/staging/gora/trunk/content/current/quickstart.html
==============================================================================
--- websites/staging/gora/trunk/content/current/quickstart.html (original)
+++ websites/staging/gora/trunk/content/current/quickstart.html Wed Jun 25 17:56:54 2014
@@ -170,15 +170,15 @@ code using svn or git can be found on th
 Stable Gora releases are available on the central maven repository or ivy repositories 
 and Gora-SNAPSHOT OSGi bundle artifacts are now pushed to<br />
 <a href="https://repository.apache.org/index.html#nexus-search;quick~gora">Apache Nexus</a>.</p></p>
-<h2 id="compiling-the-project">Compiling the project</h2>
-<p>If you have the source code for Gora, you can compile the project using</p>
+<h2 id="compiling-and-installing-the-project">Compiling and Installing the project</h2>
+<p>If you have the source code for Gora, you can install the project using</p>
 <div class="codehilite"><pre>$ <span class="n">cd</span> <span class="n">gora</span> 
-$ <span class="n">mvn</span> <span class="n">clean</span> <span class="n">compile</span>
+$ <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
 </pre></div>
 
 
-<p>You can also compile individual modules by cd'ing to the module directory and running</p>
-<div class="codehilite"><pre>$ <span class="n">mvn</span> <span class="n">clean</span> <span class="n">compile</span>
+<p>You can also install individual modules by cd'ing to the module directory and running</p>
+<div class="codehilite"><pre>$ <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
 </pre></div>
 
 
@@ -254,7 +254,7 @@ you should add the following to your pom
 
 
 <h2 id="managing-gora-jars-manually">Managing Gora Jars Manually</h2>
-<p>You can include Gora jars manually, if you prefer so. After compiling Gora 
+<p>You can include Gora jars manually, if you prefer so. After installing Gora 
 first and generating the desired artifacts, copy all the jars in gora-[modulename]/lib/ 
 and gora-[modulename]/target/gora-${modulename}.jar dir's to your desired 
 location. Finally copy all the jars in gora-core/lib/ since all of the