You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/01/22 08:58:10 UTC

svn commit: r902026 [1/2] - in /geronimo/site/trunk/docs/plugins: samples-2.2.1/ samples-2.2.1/.htaccess samples-2.2.1/geronimo-plugins.xml samples-2.2/geronimo-plugins.xml

Author: delos
Date: Fri Jan 22 07:58:08 2010
New Revision: 902026

URL: http://svn.apache.org/viewvc?rev=902026&view=rev
Log:
Update geronimo samples 2.2 plugin catalog file, and add a new directory for future release

Added:
    geronimo/site/trunk/docs/plugins/samples-2.2.1/
    geronimo/site/trunk/docs/plugins/samples-2.2.1/.htaccess
    geronimo/site/trunk/docs/plugins/samples-2.2.1/geronimo-plugins.xml
Modified:
    geronimo/site/trunk/docs/plugins/samples-2.2/geronimo-plugins.xml

Added: geronimo/site/trunk/docs/plugins/samples-2.2.1/.htaccess
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/samples-2.2.1/.htaccess?rev=902026&view=auto
==============================================================================
--- geronimo/site/trunk/docs/plugins/samples-2.2.1/.htaccess (added)
+++ geronimo/site/trunk/docs/plugins/samples-2.2.1/.htaccess Fri Jan 22 07:58:08 2010
@@ -0,0 +1,3 @@
+RewriteEngine On
+
+RewriteRule ^repository/(.*) http://people.apache.org/maven-snapshot-repository/$1
\ No newline at end of file

Added: geronimo/site/trunk/docs/plugins/samples-2.2.1/geronimo-plugins.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/plugins/samples-2.2.1/geronimo-plugins.xml?rev=902026&view=auto
==============================================================================
--- geronimo/site/trunk/docs/plugins/samples-2.2.1/geronimo-plugins.xml (added)
+++ geronimo/site/trunk/docs/plugins/samples-2.2.1/geronimo-plugins.xml Fri Jan 22 07:58:08 2010
@@ -0,0 +1,1647 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<geronimo-plugin-list xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3">
+    <plugin>
+        <name>Geronimo Samples :: sample-datasource</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. sample-datasource plugin</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>system-database</artifactId>
+                <version>2.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 Samples :: customer :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. customer Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>customer-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: customer :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. customer Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>customer-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-server</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: bank :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. bank Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>2.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 Samples :: bank :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. bank Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>2.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 Samples :: calculator :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. calculator plugin for jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>2.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 Samples :: calculator :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. calculator plugin for tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openjpa</artifactId>
+                <version>2.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 Samples :: dbtester :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. dbtester Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: dbtester :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. dbtester Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.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 Samples :: inventory :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. inventory Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: inventory :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. inventory Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.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 Samples :: jaxws-calculator :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. jaxws-calculator Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>cxf</artifactId>
+                <version>2.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 Samples :: jaxws-calculator :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. jaxws-calculator Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>axis2</artifactId>
+                <version>2.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 Samples :: jms-mdb :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. jms-mdb Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: jms-mdb :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. jms-mdb Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: ldap-sample-app :: security realm</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <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
+        logins. You don't need this plugin in order to create LDAP security realms,
+        this is just a sample.</description>
+        <url>http://www.apache.org</url>
+        <author>The 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-realm</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.framework</groupId>
+                <artifactId>server-security-config</artifactId>
+                <version>2.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 Samples :: ldap-sample-app :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <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>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-realm</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: ldap-sample-app :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <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>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-realm</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.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 Samples :: myphonebook :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. myphonebook Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: myphonebook :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. myphonebook Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: mytime :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. mytime Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: mytime :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. mytime Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>openejb</artifactId>
+                <version>2.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 Samples :: sendmail :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. sendmail Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>sendmail-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>javamail</artifactId>
+                <version>2.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 Samples :: sendmail :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. sendmail Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>sendmail-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>javamail</artifactId>
+                <version>2.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 Samples :: timereport :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. timereport Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: timereport :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. timereport Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.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 Samples :: jsp-examples :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <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://www.apache.org</url>
+        <author>The 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>jsp-examples-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: jsp-examples :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <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://www.apache.org</url>
+        <author>The 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>jsp-examples-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.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 Samples :: servlet-examples :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>The Servlet examples originally developed for Tomcat. Can be found via HTTP at /servlet-examples/ after installation. These examples give a basic introduction to Servlet development along with sample code.</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>servlet-examples-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: servlet-examples :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>The Servlet examples originally developed for Tomcat. Can be found via HTTP at /servlet-examples/ after installation. These examples give a basic introduction to Servlet development along with sample code.</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>servlet-examples-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.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 Samples :: app-per-port :: war1 plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. war1 app-per-port Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>app-per-port-war1-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: app-per-port :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. app-per-port Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>app-per-port-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jetty7</artifactId>
+                <version>2.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 Samples :: app-per-port :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. app-per-port Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>app-per-port-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>tomcat6</artifactId>
+                <version>2.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 Samples :: DataCDInfo JTA + Struts1 Plugin for Jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples DataCDInfo JTA+Struts1 Plugin for Jetty</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>DataCDInfo-JTA-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>DataCDInfo-JTA-ear</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>ear</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 :: DataCDInfo JTA + Struts1 Plugin for Tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples DataCDInfo JTA+Struts1 Plugin for Tomcat</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>DataCDInfo-JTA-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>DataCDInfo-JTA-ear</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>ear</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 :: all-samples :: plugin for jetty</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. All Samples Plugin for Jetty - will install all the samples via a single plugin install</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>all-samples-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>customer-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>dbtester-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jsp-examples-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sendmail-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>servlet-examples-jetty</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>timereport-jetty</artifactId>
+                <version>2.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 Samples :: all-samples :: plugin for tomcat</name>
+        <category>Sample</category>
+        <pluginGroup>false</pluginGroup>
+        <description>Geronimo Samples. All Samples Plugin for Tomcat - will install all the samples via a single plugin install</description>
+        <url>http://www.apache.org</url>
+        <author>The 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>all-samples-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </module-id>
+            <jvm-version>1.5</jvm-version>
+            <jvm-version>1.6</jvm-version>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sample-datasource</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>app-per-port-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>bank-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>calculator-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>customer-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>dbtester-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>inventory-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jaxws-calculator-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jms-mdb-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>jsp-examples-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>ldap-sample-app-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>myphonebook-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>mytime-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>sendmail-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>servlet-examples-tomcat</artifactId>
+                <version>2.2.1-SNAPSHOT</version>
+                <type>car</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.samples</groupId>
+                <artifactId>timereport-tomcat</artifactId>
+                <version>2.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>
+    <default-repository>http://geronimo.apache.org/plugins/samples-2.2.1/</default-repository>
+    <default-repository>http://repo1.maven.org/maven2/</default-repository>
+    <default-repository>http://www.ibiblio.org/maven2/</default-repository>
+</geronimo-plugin-list>