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

svn commit: r1605523 - /gora/site/trunk/content/current/quickstart.md

Author: lewismc
Date: Wed Jun 25 17:56:47 2014
New Revision: 1605523

URL: http://svn.apache.org/r1605523
Log:
Correct quickstart to use 'install' target instead of 'compile'

Modified:
    gora/site/trunk/content/current/quickstart.md

Modified: gora/site/trunk/content/current/quickstart.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/quickstart.md?rev=1605523&r1=1605522&r2=1605523&view=diff
==============================================================================
--- gora/site/trunk/content/current/quickstart.md (original)
+++ gora/site/trunk/content/current/quickstart.md Wed Jun 25 17:56:47 2014
@@ -26,17 +26,17 @@ Stable Gora releases are available on th
 and Gora-SNAPSHOT OSGi bundle artifacts are now pushed to  
 <a href="https://repository.apache.org/index.html#nexus-search;quick~gora">Apache Nexus</a>.</p>
 
-Compiling the project
+Compiling and Installing the project
 ---------------------
 
-If you have the source code for Gora, you can compile the project using
+If you have the source code for Gora, you can install the project using
 
     $ cd gora 
-    $ mvn clean compile
+    $ mvn clean install
 
-You can also compile individual modules by cd'ing to the module directory and running
+You can also install individual modules by cd'ing to the module directory and running
 
-    $ mvn clean compile
+    $ mvn clean install
 
 If you want to use Gora as a dependency, you can manage it in a few ways. 
 
@@ -122,7 +122,7 @@ you should add the following to your pom
 Managing Gora Jars Manually
 ---------------------------
 
-You can include Gora jars manually, if you prefer so. After compiling Gora 
+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