You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by sc...@apache.org on 2012/02/23 12:36:10 UTC

svn commit: r1292750 - /incubator/rave/trunk/rave-portal/pom.xml

Author: scottbw
Date: Thu Feb 23 11:36:09 2012
New Revision: 1292750

URL: http://svn.apache.org/viewvc?rev=1292750&view=rev
Log:
Deploy Wookie with Rave using latest release version

Modified:
    incubator/rave/trunk/rave-portal/pom.xml

Modified: incubator/rave/trunk/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/pom.xml?rev=1292750&r1=1292749&r2=1292750&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/pom.xml (original)
+++ incubator/rave/trunk/rave-portal/pom.xml Thu Feb 23 11:36:09 2012
@@ -47,6 +47,15 @@
     </properties>
 
     <dependencies>
+
+    	<dependency>
+            <groupId>org.apache.wookie</groupId>
+            <artifactId>wookie</artifactId>
+            <version>0.9.2-incubating</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.rave</groupId>
             <artifactId>rave-portal-dependencies</artifactId>
@@ -135,12 +144,20 @@
                     <configuration>
                         <properties>
                             <cargo.jvmargs>
-                                <![CDATA[-Dh2.bindAddress="localhost" -Xdebug -Xrunjdwp:transport=dt_socket,address=${cargo.debug.address},server=y,suspend=${cargo.debug.suspend} -noverify ${javaagent} ${cargo.args}]]>
+                                <![CDATA[-Dh2.bindAddress="localhost" -Xdebug -XX:MaxPermSize=256m -Xrunjdwp:transport=dt_socket,address=${cargo.debug.address},server=y,suspend=${cargo.debug.suspend} -noverify ${javaagent} ${cargo.args}]]>
                             </cargo.jvmargs>
                             <cargo.tomcat.context.reloadable>true</cargo.tomcat.context.reloadable>
                         </properties>
                         <home>${project.build.directory}/tomcat6x</home>
                         <deployables>
+	                        <deployable>
+		                        <groupId>org.apache.wookie</groupId>
+		                        <artifactId>wookie</artifactId>
+		                        <type>war</type>
+		                        <properties>
+			                        <context>/wookie</context>
+		                        </properties>
+	                       </deployable>
                             <deployable>
                                 <groupId>org.apache.rave</groupId>
                                 <artifactId>rave-shindig</artifactId>