You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/06/08 21:13:02 UTC

svn commit: r952776 - /geronimo/server/trunk/pom.xml

Author: dwoods
Date: Tue Jun  8 19:13:02 2010
New Revision: 952776

URL: http://svn.apache.org/viewvc?rev=952776&view=rev
Log:
add in new web profile assemblies

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=952776&r1=952775&r2=952776&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Jun  8 19:13:02 2010
@@ -2177,7 +2177,14 @@ only found in cxf
                                 <classifier>bin</classifier>
                                 <type>zip</type>
                             </assembly>
-
+                            <assembly>
+                                <id>jetty-web</id>
+                                <groupId>org.apache.geronimo.assemblies</groupId>
+                                <artifactId>geronimo-jetty8-javaee6-web</artifactId>
+                                <version>${project.version}</version>
+                                <classifier>bin</classifier>
+                                <type>zip</type>
+                            </assembly>
                             <assembly>
                                 <id>jetty-minimal</id>
                                 <groupId>org.apache.geronimo.assemblies</groupId>
@@ -2195,7 +2202,14 @@ only found in cxf
                                 <classifier>bin</classifier>
                                 <type>zip</type>
                             </assembly>
-
+                            <assembly>
+                                <id>tomcat-web</id>
+                                <groupId>org.apache.geronimo.assemblies</groupId>
+                                <artifactId>geronimo-tomcat7-javaee6-web</artifactId>
+                                <version>${project.version}</version>
+                                <classifier>bin</classifier>
+                                <type>zip</type>
+                            </assembly>
                             <assembly>
                                 <id>tomcat-minimal</id>
                                 <groupId>org.apache.geronimo.assemblies</groupId>
@@ -2221,7 +2235,7 @@ only found in cxf
                             <optionSet>
                                 <id>morememory</id>
                                 <options>
-                                    <option>-Xmx512m</option>
+                                    <option>-Xmx1024m</option>
                                     <option>-XX:MaxPermSize=256m</option>
                                 </options>
                             </optionSet>