You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/04/23 23:53:58 UTC

svn commit: r937538 - /geronimo/server/trunk/plugins/wab/pom.xml

Author: gawor
Date: Fri Apr 23 21:53:58 2010
New Revision: 937538

URL: http://svn.apache.org/viewvc?rev=937538&view=rev
Log:
build mini servers in a profile

Modified:
    geronimo/server/trunk/plugins/wab/pom.xml

Modified: geronimo/server/trunk/plugins/wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/wab/pom.xml?rev=937538&r1=937537&r2=937538&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/wab/pom.xml (original)
+++ geronimo/server/trunk/plugins/wab/pom.xml Fri Apr 23 21:53:58 2010
@@ -39,8 +39,6 @@
         <module>geronimo-web</module>
         <module>geronimo-web-extender</module>
         <module>web-extender</module>
-        <module>web-tomcat-server</module>
-        <module>web-jetty-server</module>
     </modules>
 
     <dependencyManagement>
@@ -53,4 +51,14 @@
         </dependencies>
     </dependencyManagement>
 
+    <profiles>
+        <profile>
+            <id>mini-servers</id>
+            <modules>
+                <module>web-tomcat-server</module>
+                <module>web-jetty-server</module>
+            </modules>
+        </profile>
+    </profiles>
+
 </project>