You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ra...@apache.org on 2013/03/04 00:41:28 UTC

svn commit: r1452154 - /rave/site/trunk/content/release-process.mdtext

Author: raminder
Date: Sun Mar  3 23:41:28 2013
New Revision: 1452154

URL: http://svn.apache.org/r1452154
Log:
need to add 2 profiles together for distribution build. add mongodb if you want to create distribution with mongodb

Modified:
    rave/site/trunk/content/release-process.mdtext

Modified: rave/site/trunk/content/release-process.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/release-process.mdtext?rev=1452154&r1=1452153&r2=1452154&view=diff
==============================================================================
--- rave/site/trunk/content/release-process.mdtext (original)
+++ rave/site/trunk/content/release-process.mdtext Sun Mar  3 23:41:28 2013
@@ -105,10 +105,10 @@ All of the steps below apply to both the
 
 11.  Build and stage the Demo artifacts (Rave Project releases Only)
 
-     1. Build and sign the standalone demo:  
+     1. Build and sign the standalone demo (with JPA):  
 
         * Checkout the tag from SVN 
-        * $ mvn -P dist
+        * $ mvn -P jpa,dist
         * $ cd rave-portal/target
         * $ gpg -ab ./apache-rave-*${project.version}*-bin.zip
         * $ gpg -ab ./apache-rave-*${project.version}*-bin.tar.gz