You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pm...@apache.org on 2007/09/20 21:21:27 UTC

svn commit: r577886 [2/2] - /geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml

Modified: geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml?rev=577886&r1=577885&r2=577886&view=diff
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-2.1/geronimo-plugins.xml Thu Sep 20 12:21:26 2007
@@ -209,10 +209,36 @@
     </plugin>
     <plugin>
         <name>Geronimo Configs :: XMLBeans</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <category>Geronimo Core</category>
+        <description>Geronimo module that supplies the xmlbeans framework in a single classloader.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>xmlbeans</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <dependency start="true">
+                <groupId>org.apache.xmlbeans</groupId>
+                <artifactId>xmlbeans</artifactId>
+                <version>2.3.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jee-specs</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
+            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+        </plugin-artifact>
     </plugin>
     <plugin>
         <name>Geronimo Configs :: GBean Deployer</name>
@@ -341,10 +367,66 @@
     </plugin>
     <plugin>
         <name>Geronimo Configs :: RMI Naming</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <category>Geronimo Core</category>
+        <description>Fundamental geronimo services including the plugin installer.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>rmi-naming</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-system</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jee-specs</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-management</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-core</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-interceptor</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-naming</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-util</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
+            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+        </plugin-artifact>
     </plugin>
     <plugin>
         <name>Geronimo Configs :: J2EE Server</name>
@@ -471,10 +553,84 @@
     </plugin>
     <plugin>
         <name>Geronimo Configs :: Transaction Manager (JTA11)</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <category>Geronimo Core</category>
+        <description>Geronimo transaction manager module.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-security</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-core</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-connector</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.components</groupId>
+                <artifactId>geronimo-connector</artifactId>
+                <version>2.0.1</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-transaction</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.components</groupId>
+                <artifactId>geronimo-transaction</artifactId>
+                <version>2.0.1</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-persistence-jpa10</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-transformer</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.objectweb.howl</groupId>
+                <artifactId>howl</artifactId>
+                <version>1.0.1-1</version>
+                <type>jar</type>
+            </dependency>
+            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
+            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+        </plugin-artifact>
     </plugin>
     <plugin>
         <name>Geronimo Configs :: J2EE Deployer</name>
@@ -762,74 +918,24 @@
     </plugin>
     <plugin>
         <name>Geronimo Configs :: Server Security Configuration</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: WebServices Common</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: OpenJPA with dependencies</name>
-        <category>Geronimo</category>
-        <description>This module provides openjpa together with all its dependencies.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: OpenEJB</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Axis</name>
-        <category>Web Services</category>
-        <description>Apache Axis 1 integration.</description>
+        <category>Security</category>
+        <description>Sample security configuration for a demo geronimo server. Not suitable for production use.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>axis</artifactId>
+                <artifactId>server-security-config</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>server-security-config</artifactId>
-                <type>car</type>
-            </dependency>
-            <dependency start="false">
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>webservices-common</artifactId>
-                <type>car</type>
-            </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-axis</artifactId>
+                <artifactId>j2ee-security</artifactId>
                 <version>2.1-SNAPSHOT</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="false">
-                <groupId>org.apache.ws.scout</groupId>
-                <artifactId>scout</artifactId>
-                <version>1.0rc1</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>openejb</artifactId>
                 <type>car</type>
             </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
@@ -838,493 +944,485 @@
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: OpenEJB Deployer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Axis Deployer</name>
+        <name>Geronimo Configs :: WebServices Common</name>
         <category>Web Services</category>
-        <description>Web Services Deployer for Geronimo Axis 1 integration</description>
+        <description>Common classes for all web services provider integrations.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>axis-deployer</artifactId>
+                <artifactId>webservices-common</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <dependency start="false">
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>openejb-deployer</artifactId>
+                <artifactId>j2ee-server</artifactId>
+                <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </dependency>
-            <dependency start="false">
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>axis</artifactId>
+                <artifactId>j2ee-security</artifactId>
+                <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-webservices-builder</artifactId>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>xmlbeans</artifactId>
                 <version>2.1-SNAPSHOT</version>
-                <type>jar</type>
+                <type>car</type>
             </dependency>
-            <dependency start="false">
+            <dependency start="true">
                 <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-axis-builder</artifactId>
+                <artifactId>geronimo-jaxws</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-deployer</artifactId>
-                <type>car</type>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-webservices</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>wsdl4j</groupId>
+                <artifactId>wsdl4j</artifactId>
+                <version>1.6.1</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>woodstox</groupId>
+                <artifactId>wstx-asl</artifactId>
+                <version>3.2.1</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>com.sun.xml.bind</groupId>
+                <artifactId>jaxb-impl</artifactId>
+                <version>2.0.5</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>com.sun.xml.messaging.saaj</groupId>
+                <artifactId>saaj-impl</artifactId>
+                <version>1.3</version>
+                <type>jar</type>
             </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-            <config-xml-content>
-                <ns2:gbean name="AxisServiceRefBuilder">
-                    <ns2:attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</ns2:attribute>
-                </ns2:gbean>
-                <ns2:gbean name="AxisModuleBuilderExtension">
-                    <ns2:attribute name="listener">?name=${webcontainer}</ns2:attribute>
-                    <ns2:attribute name="defaultEnvironment">
-                        <environment:environment xmlns:environment="http://geronimo.apache.org/xml/ns/deployment-1.2">
-                            <environment:dependencies>
-                                <environment:dependency>
-                                    <environment:groupId>org.apache.geronimo.configs</environment:groupId>
-                                    <environment:artifactId>${webcontainerName}</environment:artifactId>
-                                    <environment:type>car</environment:type>
-            </environment:dependency>
-          </environment:dependencies>
-        </environment:environment>
-      </ns2:attribute>
-                </ns2:gbean>
-            </config-xml-content>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Client System</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: J2EE Client</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <name>Geronimo Configs :: OpenJPA with dependencies</name>
+        <category>Persistence</category>
+        <description>This module provides openjpa together with all its dependencies.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>client</artifactId>
+                <artifactId>openjpa</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Geronimo CORBA Deployer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: J2EE Client Security</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
+            <dependency start="true">
+                <groupId>org.apache.openjpa</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>1.0.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>net.sourceforge.serp</groupId>
+                <artifactId>serp</artifactId>
+                <version>1.11.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>3.1</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>commons-lang</groupId>
+                <artifactId>commons-lang</artifactId>
+                <version>2.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>client-security</artifactId>
+                <artifactId>transaction</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Corba J2EE Client</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <name>Geronimo Configs :: OpenEJB</name>
+        <category>EJB Container</category>
+        <description>Geronimo integration of the OpenEJB  ejb container.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>client-corba-yoko</artifactId>
+                <artifactId>openejb</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: J2EE Client transaction</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>client-transaction</artifactId>
+                <artifactId>j2ee-server</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Application Client Deployments</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
+            </dependency>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>client-deployer</artifactId>
+                <artifactId>server-security-config</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Clustering</name>
-        <category>Clustering</category>
-        <description>Basic clustering support in use with WADI</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
+            </dependency>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>clustering</artifactId>
+                <artifactId>transaction</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
+            </dependency>
             <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-server</artifactId>
+                <artifactId>system-database</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </dependency>
             <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-security</artifactId>
+                <artifactId>activemq-ra</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </dependency>
             <dependency start="true">
+                <groupId>org.apache.openejb</groupId>
+                <artifactId>openejb-core</artifactId>
+                <version>3.0.0-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-clustering</artifactId>
+                <artifactId>geronimo-openejb</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.yoko</groupId>
+                <artifactId>yoko-spec-corba</artifactId>
+                <version>1.0-incubating-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>webservices-common</artifactId>
                 <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.xbean</groupId>
+                <artifactId>xbean-finder</artifactId>
+                <version>3.0.1</version>
                 <type>jar</type>
             </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
             <config-xml-content>
-                <ns2:gbean name="Node">
-                    <ns2:attribute name="nodeName">${clusterNodeName}</ns2:attribute>
+                <ns2:gbean name="EJBNetworkService">
+                    <ns2:attribute name="port">${OpenEJBPort + PortOffset}</ns2:attribute>
+                    <ns2:attribute name="host">${ServerHostname}</ns2:attribute>
                 </ns2:gbean>
             </config-xml-content>
-            <config-substitution key="clusterNodeName">NODE</config-substitution>
+            <config-substitution key="OpenEJBPort">4201</config-substitution>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Hot Deployer</name>
-        <category>Fluff</category>
-        <description>The hot deployer is a bad substitute for using explicit deploy commands from maven, the command line, or the console.</description>
+        <name>Geronimo Configs :: Axis</name>
+        <category>Web Services</category>
+        <description>Apache Axis 1 integration.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>hot-deployer</artifactId>
+                <artifactId>axis</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>rmi-naming</artifactId>
-                <version>2.1-SNAPSHOT</version>
+                <artifactId>server-security-config</artifactId>
                 <type>car</type>
             </dependency>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-deployer</artifactId>
-                <version>2.1-SNAPSHOT</version>
+                <artifactId>webservices-common</artifactId>
                 <type>car</type>
             </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-hot-deploy</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-deploy-tool</artifactId>
+                <artifactId>geronimo-axis</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-deploy-jsr88</artifactId>
-                <version>2.1-SNAPSHOT</version>
+            <dependency start="false">
+                <groupId>org.apache.ws.scout</groupId>
+                <artifactId>scout</artifactId>
+                <version>1.0rc1</version>
                 <type>jar</type>
             </dependency>
+            <dependency start="false">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-            <config-xml-content>
-                <ns2:gbean name="HotDeployer">
-                    <ns2:attribute name="path">deploy/</ns2:attribute>
-                    <ns2:attribute name="pollIntervalMillis">2000</ns2:attribute>
-                </ns2:gbean>
-            </config-xml-content>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: J2EE Corba Yoko ORB</name>
-        <category>EJB</category>
-        <description>Yoko Orb server setup with naming service, protected orb, and unprotected orb.</description>
+        <name>Geronimo Configs :: OpenEJB Deployer</name>
+        <category>EJB Container</category>
+        <description>Geronimo Deployer for OpenEJB Container.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-corba-yoko</artifactId>
+                <artifactId>openejb-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>openejb</artifactId>
-                <version>2.1-SNAPSHOT</version>
+                <artifactId>connector-deployer</artifactId>
                 <type>car</type>
             </dependency>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-corba</artifactId>
+                <artifactId>geronimo-webservices-builder</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-yoko</artifactId>
+                <artifactId>geronimo-openejb-builder</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
-            <dependency start="true">
-                <groupId>org.apache.yoko</groupId>
-                <artifactId>yoko-core</artifactId>
-                <version>1.0-incubating-SNAPSHOT</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.apache.yoko</groupId>
-                <artifactId>yoko-spec-corba</artifactId>
-                <version>1.0-incubating-SNAPSHOT</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.apache.yoko</groupId>
-                <artifactId>yoko-rmi-impl</artifactId>
-                <version>1.0-incubating-SNAPSHOT</version>
-                <type>jar</type>
+            <dependency start="false">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-deployer</artifactId>
+                <type>car</type>
             </dependency>
-            <dependency start="true">
-                <groupId>org.apache.bcel</groupId>
-                <artifactId>bcel</artifactId>
-                <version>5.2</version>
-                <type>jar</type>
+            <dependency start="false">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
             </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
             <config-xml-content>
-                <ns2:gbean name="NameServer">
-                    <ns2:attribute name="port">${COSNamingPort + PortOffset}</ns2:attribute>
-                    <ns2:attribute name="host">${COSNamingHost}</ns2:attribute>
-                </ns2:gbean>
-                <ns2:gbean name="Server">
-                    <ns2:attribute name="port">${ORBSSLPort + PortOffset}</ns2:attribute>
-                    <ns2:attribute name="host">${ORBSSLHost}</ns2:attribute>
+                <ns2:gbean name="EjbRefBuilder">
+                    <ns2:attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</ns2:attribute>
                 </ns2:gbean>
-                <ns2:gbean name="UnprotectedServer">
-                    <ns2:attribute name="port">${ORBPort + PortOffset}</ns2:attribute>
-                    <ns2:attribute name="host">${ORBHost}</ns2:attribute>
+                <ns2:gbean name="ClientEjbRefBuilder">
+                    <ns2:attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</ns2:attribute>
+                    <ns2:attribute name="host">${ServerHostname}</ns2:attribute>
+                    <ns2:attribute name="port">${OpenEJBPort + PortOffset}</ns2:attribute>
                 </ns2:gbean>
             </config-xml-content>
-            <config-substitution key="COSNamingHost">localhost</config-substitution>
-            <config-substitution key="COSNamingPort">1050</config-substitution>
-            <config-substitution key="ORBSSLHost">localhost</config-substitution>
-            <config-substitution key="ORBSSLPort">2001</config-substitution>
-            <config-substitution key="ORBHost">localhost</config-substitution>
-            <config-substitution key="ORBPort">6882</config-substitution>
+            <config-substitution key="OpenEJBPort">4201</config-substitution>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: JavaMail</name>
-        <category>JavaEE</category>
-        <description>Geronimo JavaMail support</description>
+        <name>Geronimo Configs :: Axis Deployer</name>
+        <category>Web Services</category>
+        <description>Web Services Deployer for Geronimo Axis 1 integration</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>javamail</artifactId>
+                <artifactId>axis-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>rmi-naming</artifactId>
-                <version>2.1-SNAPSHOT</version>
+                <artifactId>openejb-deployer</artifactId>
                 <type>car</type>
             </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.javamail</groupId>
-                <artifactId>geronimo-javamail_1.4_mail</artifactId>
-                <version>1.2</version>
+            <dependency start="false">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>axis</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency start="false">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-webservices-builder</artifactId>
+                <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
-            <dependency start="true">
+            <dependency start="false">
                 <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-mail</artifactId>
+                <artifactId>geronimo-axis-builder</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
+            <dependency start="false">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-deployer</artifactId>
+                <type>car</type>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
             <config-xml-content>
-                <ns2:gbean name="SMTPTransport">
-                    <ns2:attribute name="host">${mailHost}</ns2:attribute>
-                    <ns2:attribute name="port">${mailPort}</ns2:attribute>
+                <ns2:gbean name="AxisServiceRefBuilder">
+                    <ns2:attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</ns2:attribute>
+                </ns2:gbean>
+                <ns2:gbean name="AxisModuleBuilderExtension">
+                    <ns2:attribute name="listener">?name=${webcontainer}</ns2:attribute>
+                    <ns2:attribute name="defaultEnvironment">
+                        <environment:environment xmlns:environment="http://geronimo.apache.org/xml/ns/deployment-1.2">
+                            <environment:dependencies>
+                                <environment:dependency>
+                                    <environment:groupId>org.apache.geronimo.configs</environment:groupId>
+                                    <environment:artifactId>${webcontainerName}</environment:artifactId>
+                                    <environment:type>car</environment:type>
+            </environment:dependency>
+          </environment:dependencies>
+        </environment:environment>
+      </ns2:attribute>
                 </ns2:gbean>
             </config-xml-content>
-            <config-substitution key="mailHost">localhost</config-substitution>
-            <config-substitution key="mailPort">25</config-substitution>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Jasper</name>
-        <category>Web Framework</category>
-        <description>Geronimo Jasper jsp integration including injection support.</description>
+        <name>Geronimo Configs :: Client System</name>
+        <category>Geronimo Core</category>
+        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jasper</artifactId>
+                <artifactId>client-system</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
             <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-server</artifactId>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-common</artifactId>
                 <version>2.1-SNAPSHOT</version>
-                <type>car</type>
+                <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>server-security-config</artifactId>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-system</artifactId>
                 <version>2.1-SNAPSHOT</version>
-                <type>car</type>
+                <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>transaction</artifactId>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-util</artifactId>
                 <version>2.1-SNAPSHOT</version>
-                <type>car</type>
+                <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-jasper</artifactId>
-                <version>2.1-SNAPSHOT</version>
+                <groupId>commons-cli</groupId>
+                <artifactId>commons-cli</artifactId>
+                <version>1.0</version>
                 <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.tomcat</groupId>
-                <artifactId>jasper</artifactId>
-                <version>6.0.13-G543818</version>
+                <groupId>jline</groupId>
+                <artifactId>jline</artifactId>
+                <version>0.9.91</version>
                 <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.tomcat</groupId>
-                <artifactId>jasper-jdt</artifactId>
-                <version>6.0.13</version>
+                <groupId>commons-jexl</groupId>
+                <artifactId>commons-jexl</artifactId>
+                <version>1.1</version>
                 <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.tomcat</groupId>
-                <artifactId>jasper-el</artifactId>
-                <version>6.0.13</version>
+                <groupId>ognl</groupId>
+                <artifactId>ognl</artifactId>
+                <version>2.6.9</version>
                 <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.tomcat.extras</groupId>
-                <artifactId>juli-adapters</artifactId>
-                <version>6.0.13</version>
+                <groupId>javax.xml.bind</groupId>
+                <artifactId>jaxb-api</artifactId>
+                <version>2.0</version>
                 <type>jar</type>
             </dependency>
             <dependency start="true">
-                <groupId>org.apache.tomcat.extras</groupId>
-                <artifactId>juli</artifactId>
-                <version>6.0.13</version>
+                <groupId>com.sun.xml.bind</groupId>
+                <artifactId>jaxb-impl</artifactId>
+                <version>2.0.5</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+                <version>1.0</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>woodstox</groupId>
+                <artifactId>wstx-asl</artifactId>
+                <version>3.2.1</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-activation_1.1_spec</artifactId>
+                <version>1.0</version>
                 <type>jar</type>
             </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
@@ -1333,144 +1431,36 @@
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Jasper Deployer</name>
-        <category>JavaEE deployment</category>
-        <description>Deployer for Jasper jsps.  Installs injection support components.</description>
+        <name>Geronimo Configs :: J2EE Client</name>
+        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jasper-deployer</artifactId>
+                <artifactId>client</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jasper</artifactId>
-                <type>car</type>
-            </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-jasper-builder</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-deployer</artifactId>
-                <type>car</type>
-            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Jetty 6</name>
-        <category>Jetty</category>
-        <description>Geronimo Jetty Web Server integration.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jetty6</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>j2ee-server</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>server-security-config</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>transaction</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-jetty6</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>clustering</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-api</artifactId>
-                <version>1.4.3</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-jcl</artifactId>
-                <version>1.4.3</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>webservices-common</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </dependency>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-            <config-xml-content>
-                <ns2:gbean name="JettyWebConnector">
-                    <ns2:attribute name="host">${ServerHostname}</ns2:attribute>
-                    <ns2:attribute name="port">${HTTPPort + PortOffset}</ns2:attribute>
-                    <ns2:attribute name="redirectPort">${HTTPSPortPrimary + PortOffset}</ns2:attribute>
-                </ns2:gbean>
-                <ns2:gbean name="JettyAJP13Connector">
-                    <ns2:attribute name="host">${ServerHostname}</ns2:attribute>
-                    <ns2:attribute name="port">${AJPPort + PortOffset}</ns2:attribute>
-                    <ns2:attribute name="redirectPort">${HTTPSPortPrimary + PortOffset}</ns2:attribute>
-                </ns2:gbean>
-                <ns2:gbean name="JettySSLConnector">
-                    <ns2:attribute name="host">${ServerHostname}</ns2:attribute>
-                    <ns2:attribute name="port">${HTTPSPort + PortOffset}</ns2:attribute>
-                </ns2:gbean>
-            </config-xml-content>
-            <config-substitution key="HTTPPort">8080</config-substitution>
-            <config-substitution key="AJPPort">8009</config-substitution>
-            <config-substitution key="HTTPSPort">8443</config-substitution>
-            <config-substitution key="ServerHostname">0.0.0.0</config-substitution>
-            <config-substitution key="webcontainer">JettyWebContainer</config-substitution>
-            <config-substitution key="webcontainerName">jetty6</config-substitution>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Jetty Deployer</name>
-        <category>Jetty</category>
-        <description>Geronimo deployer for Jetty 6 Web Server integration.</description>
+        <name>Geronimo Configs :: Geronimo CORBA Deployer</name>
+        <category>EJB Container</category>
+        <description>Geronimo deployer for corba security configurations for openejb.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jetty6-deployer</artifactId>
+                <artifactId>openejb-corba-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
@@ -1478,34 +1468,23 @@
             <jvm-version>1.5</jvm-version>
             <dependency start="false">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>connector-deployer</artifactId>
+                <artifactId>openejb-deployer</artifactId>
                 <type>car</type>
             </dependency>
             <dependency start="false">
-                <groupId>org.apache.geronimo.schema</groupId>
-                <artifactId>geronimo-schema-jee_5</artifactId>
-                <version>1.1</version>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-corba-builder</artifactId>
+                <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
             <dependency start="false">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jetty6</artifactId>
-                <type>car</type>
-            </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.configs</groupId>
                 <artifactId>j2ee-deployer</artifactId>
                 <type>car</type>
             </dependency>
             <dependency start="false">
                 <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-web-2.5-builder</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>jar</type>
-            </dependency>
-            <dependency start="false">
-                <groupId>org.apache.geronimo.modules</groupId>
-                <artifactId>geronimo-jetty6-builder</artifactId>
+                <artifactId>geronimo-corba</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>jar</type>
             </dependency>
@@ -1515,111 +1494,47 @@
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: JSP Examples Jetty</name>
-        <category>Example</category>
-        <description>The JSP examples originally developed for Tomcat. Can be found
-        via HTTP at /jsp-examples/ after installation. These examples give
-        a basic introduction to JSP development along with sample code.</description>
+        <name>Geronimo Configs :: J2EE Client Security</name>
+        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsp-examples-jetty</artifactId>
+                <artifactId>client-security</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <prerequisite>
-                <id>
-                    <groupId>org.apache.geronimo.configs</groupId>
-                    <artifactId>jetty6</artifactId>
-                </id>
-                <resource-type>Web Container</resource-type>
-                <description>The Jetty web container</description>
-            </prerequisite>
-            <prerequisite>
-                <id>
-                    <groupId>org.apache.geronimo.configs</groupId>
-                    <artifactId>jasper</artifactId>
-                </id>
-                <resource-type>Web Container</resource-type>
-                <description>The Jasper subsystem</description>
-            </prerequisite>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jasper</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Tomcat</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Tomcat Deployer</name>
+        <name>Geronimo Configs :: Corba J2EE Client</name>
         <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: JSP Examples Tomcat</name>
-        <category>Example</category>
-        <description>The JSP examples originally developed for Tomcat. Can be found
-        via HTTP at /jsp-examples/ after installation. These examples give
-        a basic introduction to JSP development along with sample code.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsp-examples-tomcat</artifactId>
+                <artifactId>client-corba-yoko</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <prerequisite>
-                <id>
-                    <groupId>org.apache.geronimo.configs</groupId>
-                    <artifactId>tomcat</artifactId>
-                </id>
-                <resource-type>Web Container</resource-type>
-                <description>The Tomcat web container</description>
-            </prerequisite>
-            <prerequisite>
-                <id>
-                    <groupId>org.apache.geronimo.configs</groupId>
-                    <artifactId>jasper</artifactId>
-                </id>
-                <resource-type>Web Container</resource-type>
-                <description>The Jasper subsystem</description>
-            </prerequisite>
-            <dependency start="true">
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jasper</artifactId>
-                <version>2.1-SNAPSHOT</version>
-                <type>car</type>
-            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: JSR88 CLI</name>
+        <name>Geronimo Configs :: J2EE Client transaction</name>
         <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
@@ -1627,7 +1542,7 @@
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsr88-cli</artifactId>
+                <artifactId>client-transaction</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
@@ -1639,7 +1554,7 @@
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: JSR88 DeploymentFactory</name>
+        <name>Geronimo Configs :: Application Client Deployments</name>
         <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
@@ -1647,7 +1562,7 @@
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsr88-deploymentfactory</artifactId>
+                <artifactId>client-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
@@ -1659,406 +1574,507 @@
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: JSR88 JAR Configurer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <name>Geronimo Configs :: Clustering</name>
+        <category>Clustering</category>
+        <description>Basic clustering support in use with WADI</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsr88-jar-configurer</artifactId>
+                <artifactId>clustering</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: JSR88 RAR Configurer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsr88-rar-configurer</artifactId>
+                <artifactId>j2ee-server</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-security</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-clustering</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+            <config-xml-content>
+                <ns2:gbean name="Node">
+                    <ns2:attribute name="nodeName">${clusterNodeName}</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+            <config-substitution key="clusterNodeName">NODE</config-substitution>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: JSR88 WAR Configurer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <name>Geronimo Configs :: Hot Deployer</name>
+        <category>Fluff</category>
+        <description>The hot deployer is a bad substitute for using explicit deploy commands from maven, the command line, or the console.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsr88-war-configurer</artifactId>
+                <artifactId>hot-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: JSR88 EAR Configurer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jsr88-ear-configurer</artifactId>
+                <artifactId>rmi-naming</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
-            <source-repository>http://repo1.maven.org/maven2/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
-            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
-        </plugin-artifact>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Online Deployer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Offline Deployer</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Remote Deploy Jetty</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Remote Deploy Tomcat</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-    </plugin>
-    <plugin>
-        <name>Geronimo Configs :: Servlet Examples for Jetty</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
-        <url>http://geronimo.apache.org/</url>
-        <author>The Apache Geronimo development community</author>
-        <license osi-approved="true">The Apache Software License, Version 2.0</license>
-        <plugin-artifact>
-            <module-id>
+            </dependency>
+            <dependency start="true">
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>servlet-examples-jetty</artifactId>
+                <artifactId>j2ee-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
-            </module-id>
-            <geronimo-version>2.1-SNAPSHOT</geronimo-version>
-            <jvm-version>1.5</jvm-version>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-hot-deploy</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-deploy-tool</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-deploy-jsr88</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+            <config-xml-content>
+                <ns2:gbean name="HotDeployer">
+                    <ns2:attribute name="path">deploy/</ns2:attribute>
+                    <ns2:attribute name="pollIntervalMillis">2000</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Servlet Examples for Tomcat</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <name>Geronimo Configs :: J2EE Corba Yoko ORB</name>
+        <category>EJB</category>
+        <description>Yoko Orb server setup with naming service, protected orb, and unprotected orb.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>servlet-examples-tomcat</artifactId>
+                <artifactId>j2ee-corba-yoko</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-corba</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-yoko</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.yoko</groupId>
+                <artifactId>yoko-core</artifactId>
+                <version>1.0-incubating-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.yoko</groupId>
+                <artifactId>yoko-spec-corba</artifactId>
+                <version>1.0-incubating-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.yoko</groupId>
+                <artifactId>yoko-rmi-impl</artifactId>
+                <version>1.0-incubating-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.bcel</groupId>
+                <artifactId>bcel</artifactId>
+                <version>5.2</version>
+                <type>jar</type>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+            <config-xml-content>
+                <ns2:gbean name="NameServer">
+                    <ns2:attribute name="port">${COSNamingPort + PortOffset}</ns2:attribute>
+                    <ns2:attribute name="host">${COSNamingHost}</ns2:attribute>
+                </ns2:gbean>
+                <ns2:gbean name="Server">
+                    <ns2:attribute name="port">${ORBSSLPort + PortOffset}</ns2:attribute>
+                    <ns2:attribute name="host">${ORBSSLHost}</ns2:attribute>
+                </ns2:gbean>
+                <ns2:gbean name="UnprotectedServer">
+                    <ns2:attribute name="port">${ORBPort + PortOffset}</ns2:attribute>
+                    <ns2:attribute name="host">${ORBHost}</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+            <config-substitution key="COSNamingHost">localhost</config-substitution>
+            <config-substitution key="COSNamingPort">1050</config-substitution>
+            <config-substitution key="ORBSSLHost">localhost</config-substitution>
+            <config-substitution key="ORBSSLPort">2001</config-substitution>
+            <config-substitution key="ORBHost">localhost</config-substitution>
+            <config-substitution key="ORBPort">6882</config-substitution>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Shared Library</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <name>Geronimo Configs :: JavaMail</name>
+        <category>JavaEE</category>
+        <description>Geronimo JavaMail support</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>sharedlib</artifactId>
+                <artifactId>javamail</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>rmi-naming</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.javamail</groupId>
+                <artifactId>geronimo-javamail_1.4_mail</artifactId>
+                <version>1.2</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-mail</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
+            <config-xml-content>
+                <ns2:gbean name="SMTPTransport">
+                    <ns2:attribute name="host">${mailHost}</ns2:attribute>
+                    <ns2:attribute name="port">${mailPort}</ns2:attribute>
+                </ns2:gbean>
+            </config-xml-content>
+            <config-substitution key="mailHost">localhost</config-substitution>
+            <config-substitution key="mailPort">25</config-substitution>
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: Shutdown</name>
-        <description>Apache Geronimo, the JavaEE server project of the Apache Software Foundation.</description>
+        <name>Geronimo Configs :: Jasper</name>
+        <category>Web Framework</category>
+        <description>Geronimo Jasper jsp integration including injection support.</description>
         <url>http://geronimo.apache.org/</url>
         <author>The Apache Geronimo development community</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>shutdown</artifactId>
+                <artifactId>jasper</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.1-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>server-security-config</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-jasper</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>jasper</artifactId>
+                <version>6.0.13-G543818</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>jasper-jdt</artifactId>
+                <version>6.0.13</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.tomcat</groupId>
+                <artifactId>jasper-el</artifactId>
+                <version>6.0.13</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.tomcat.extras</groupId>
+                <artifactId>juli-adapters</artifactId>
+                <version>6.0.13</version>
+                <type>jar</type>
+            </dependency>
+            <dependency start="true">
+                <groupId>org.apache.tomcat.extras</groupId>
+                <artifactId>juli</artifactId>
+                <version>6.0.13</version>
+                <type>jar</type>
+            </dependency>
             <source-repository>http://repo1.maven.org/maven2/</source-repository>
             <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>

[... 5470 lines stripped ...]