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 2008/03/24 19:50:33 UTC

svn commit: r640518 [2/2] - /geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml

Modified: geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml?rev=640518&r1=640517&r2=640518&view=diff
==============================================================================
--- geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml (original)
+++ geronimo/site/trunk/docs/plugins/geronimo-2.2/geronimo-plugins.xml Mon Mar 24 11:50:23 2008
@@ -7149,8 +7149,1096 @@
         </plugin-artifact>
     </plugin>
     <plugin>
-        <name>Geronimo Configs :: LDAP Sample Security Realm</name>
-        <category>Example</category>
+        <name>Geronimo Samples :: CustomerService Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. CustomerService Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>CustomerService-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>CustomerService-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>CustomerService-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: CustomerService Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. CustomerService Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>CustomerService-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>CustomerService-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>CustomerService-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: bank Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. bank Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: bank Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. bank Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: Stateless Session Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. Stateless Session Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-stateless-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-stateless-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-stateless-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: Stateless Session Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. Stateless Session Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-stateless-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-stateless-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-stateless-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: dbtester Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. dbtester Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>dbtester-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>dbtester-war</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>war</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: dbtester Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. dbtester Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>dbtester-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>dbtester-war</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>war</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: inventory Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. inventory Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: inventory Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. inventory Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: jaxws-calculator Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. jaxws-calculator Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>cxf</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: jaxws-calculator Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. jaxws-calculator Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>axis2</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: jms-mdb-sample Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. jms-mdb-sample Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-sample-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-sample-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>activemq-broker</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-sample-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: jms-mdb-sample Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. jms-mdb-sample Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-sample-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-sample-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>activemq-broker</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-sample-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: LDAP Sample Security Realm</name>
+        <category>Sample</category>
         <description>A sample security realm pointing to an embedded Apache Directory
         LDAP server.  This is normally used with the LDAP Example Web Application,
         which has instructions for setting up the LDAP server and screens to test
@@ -7161,39 +8249,505 @@
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>ldap-sample-app-realm</artifactId>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-realm</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.framework</groupId>
+                <artifactId>server-security-config</artifactId>
+                <version>2.2-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 Samples :: LDAP Sample for Jetty</name>
+        <category>Sample</category>
+        <description>A web application that walks you through configuring the sample
+        data in the embedded Apache Directory LDAP server, and then tests logins
+        with a demonstration security realm configured for that LDAP server.
+        The LDAP Example web application be found via HTTP at /LDAP_Sample/ after
+        the plugin is installed.</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-war</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>war</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-realm</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-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 Samples :: LDAP Sample for Tomcat</name>
+        <category>Sample</category>
+        <description>A web application that walks you through configuring the sample
+        data in the embedded Apache Directory LDAP server, and then tests logins
+        with a demonstration security realm configured for that LDAP server.
+        The LDAP Example web application be found via HTTP at /LDAP_Sample/ after
+        the plugin is installed.</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-war</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>war</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-realm</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-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 Samples :: myphonebook Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. myphonebook Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: myphonebook Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. myphonebook Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: mytime Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. mytime Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: mytime Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. mytime Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-tomcat</artifactId>
                 <version>2.2-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
             <geronimo-version>2.2-SNAPSHOT</geronimo-version>
             <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
             <dependency>
-                <groupId>org.apache.geronimo.framework</groupId>
-                <artifactId>server-security-config</artifactId>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-tomcat</artifactId>
                 <version>2.2-SNAPSHOT</version>
                 <type>car</type>
             </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 :: LDAP Sample for Jetty</name>
-        <category>Example</category>
-        <description>A web application that walks you through configuring the sample
-        data in the embedded Apache Directory LDAP server, and then tests logins
-        with a demonstration security realm configured for that LDAP server.
-        The LDAP Example web application be found via HTTP at /LDAP_Sample/ after
-        the plugin is installed.</description>
+        <name>Geronimo Samples :: sendmail Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. sendmail Plugin for Jetty</description>
         <url>http://www.apache.org</url>
         <author>Apache Software Foundation</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>ldap-sample-app-jetty</artifactId>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sendmail-jetty</artifactId>
                 <version>2.2-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
@@ -7212,20 +8766,18 @@
             </prerequisite>
             <dependency>
                 <groupId>org.apache.geronimo.samples</groupId>
-                <artifactId>ldap-sample-app-war</artifactId>
+                <artifactId>sendmail-ear</artifactId>
                 <version>2.2-SNAPSHOT</version>
-                <type>war</type>
+                <type>ear</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>ldap-sample-app-realm</artifactId>
-                <version>2.2-SNAPSHOT</version>
+                <artifactId>j2ee-server</artifactId>
                 <type>car</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>jasper</artifactId>
-                <version>2.2-SNAPSHOT</version>
+                <artifactId>javamail</artifactId>
                 <type>car</type>
             </dependency>
             <dependency>
@@ -7234,26 +8786,33 @@
                 <version>2.2-SNAPSHOT</version>
                 <type>car</type>
             </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sendmail-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 :: LDAP Sample for Tomcat</name>
-        <category>Example</category>
-        <description>A web application that walks you through configuring the sample
-        data in the embedded Apache Directory LDAP server, and then tests logins
-        with a demonstration security realm configured for that LDAP server.
-        The LDAP Example web application be found via HTTP at /LDAP_Sample/ after
-        the plugin is installed.</description>
+        <name>Geronimo Samples :: sendmail Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. sendmail Plugin for Tomcat</description>
         <url>http://www.apache.org</url>
         <author>Apache Software Foundation</author>
         <license osi-approved="true">The Apache Software License, Version 2.0</license>
         <plugin-artifact>
             <module-id>
-                <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>ldap-sample-app-tomcat</artifactId>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sendmail-tomcat</artifactId>
                 <version>2.2-SNAPSHOT</version>
                 <type>car</type>
             </module-id>
@@ -7272,20 +8831,158 @@
             </prerequisite>
             <dependency>
                 <groupId>org.apache.geronimo.samples</groupId>
-                <artifactId>ldap-sample-app-war</artifactId>
+                <artifactId>sendmail-ear</artifactId>
                 <version>2.2-SNAPSHOT</version>
-                <type>war</type>
+                <type>ear</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.configs</groupId>
-                <artifactId>ldap-sample-app-realm</artifactId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>javamail</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sendmail-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</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 Samples :: timereport Plugin for Jetty</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. timereport Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>timereport-jetty</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-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>This version of the application works with the Geronimo/Jetty distribution. 
+                                    It is not intended to run in the Geronimo/Tomcat distribution. 
+                                    There is a separate version of the application that works with Tomcat. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>timereport-ear</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty6</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>timereport-jetty</artifactId>
                 <version>2.2-SNAPSHOT</version>
                 <type>car</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.configs</groupId>
                 <artifactId>jasper</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 Samples :: timereport Plugin for Tomcat</name>
+        <category>Sample</category>
+        <description>Geronimo Samples. timereport Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>Apache Software Foundation</author>
+        <license osi-approved="true">The Apache Software License, Version 2.0</license>
+        <plugin-artifact>
+            <module-id>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>timereport-tomcat</artifactId>
+                <version>2.2-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <geronimo-version>2.2-SNAPSHOT</geronimo-version>
+            <jvm-version>1.5</jvm-version>
+            <prerequisite>
+                <id>
+                    <groupId>org.apache.geronimo.configs</groupId>
+                    <artifactId>tomcat6</artifactId>
+                </id>
+                <resource-type>Web Container</resource-type>
+                <description>This version of the application works with the Geronimo/Tomcat distribution. 
+                                    It is not intended to run in the Geronimo/Jetty distribution. 
+                                    There is a separate version of the application that works with Jetty. 
+                                    Please install the version appropriate to your Geronimo distribution.</description>
+            </prerequisite>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>timereport-ear</artifactId>
                 <version>2.2-SNAPSHOT</version>
+                <type>ear</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>transaction</artifactId>
                 <type>car</type>
             </dependency>
             <dependency>
@@ -7294,14 +8991,25 @@
                 <version>2.2-SNAPSHOT</version>
                 <type>car</type>

[... 100 lines stripped ...]