<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.java.cargo.devel">
    <title>gmane.comp.java.cargo.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.cargo.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6483"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6476"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6475"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6474"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6473"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6472"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6471"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6470"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6469"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6468"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6467"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6466"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6462"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6460"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6448"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6437"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6436"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6435"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.cargo.devel/6434"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6483">
    <title>[cargo-dev] Generating container docs</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6483</link>
    <description>I noticed that links like this http://cargo.codehaus.org/Weblogic+9.x
suggest the content is generated by the build.  However, the link has
stale data, and I don't see one for the following:
   WebLogic 10.x
   WebLogic 10.3x

What's the process for properly updating the content?

Cheers,
-Adrian

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Adrian Cole</dc:creator>
    <dc:date>2008-12-03T09:56:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6476">
    <title>[cargo-dev] [cargo] r1821 - core/trunk core/trunk/samples extensions/trunk extensions/trunk/ant extensions/trunk/maven2/plugin/src/projects resources/trunk</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6476</link>
    <description>Author: mwringe
Date: 2008-12-02 18:40:15 -0600 (Tue, 02 Dec 2008)
New Revision: 1821

Modified:
   core/trunk/pom.xml
   core/trunk/samples/pom.xml
   extensions/trunk/ant/pom.xml
   extensions/trunk/maven2/plugin/src/projects/pom.xml
   extensions/trunk/pom.xml
   resources/trunk/pom.xml
Log:
Post beta 2 clean up.

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
+++ core/trunk/pom.xml2008-12-03 00:40:15 UTC (rev 1821)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-parent&lt;/artifactId&gt;
-    &lt;version&gt;4.1&lt;/version&gt;
+    &lt;version&gt;4.2-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom/pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-core&lt;/artifactId&gt;
&lt; at &gt;&lt; at &gt; -30,7 +30,7 &lt; at &gt;&lt; at &gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
   &lt;description&gt;Cargo Core&lt;/description&gt;
   &lt;properties&gt;
-    &lt;cargo.resources.version&gt;1.0-beta-2&lt;/cargo.resources.version&gt;
+    &lt;cargo.resources.version&gt;1.0-SNAPSHOT&lt;/cargo.resources.version&gt;
   &lt;/properties&gt;
   &lt;scm&gt;
     &lt;connection&gt;scm:svn:http://svn.codehaus.org/cargo/core/trunk&lt;/connection&gt;

Modified: core/trunk/samples/pom.xml
===================================================================
--- core/trunk/samples/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
+++ core/trunk/samples/pom.xml2008-12-03 00:40:15 UTC (rev 1821)
&lt; at &gt;&lt; at &gt; -550,7 +550,7 &lt; at &gt;&lt; at &gt;
                    repository. --&gt;
               &lt;property&gt;
                 &lt;name&gt;cargo.version&lt;/name&gt;
-                &lt;value&gt;1.0-beta-2&lt;/value&gt;
+                &lt;value&gt;1.0-SNAPSHOT&lt;/value&gt;
               &lt;/property&gt;
 
               &lt;property&gt;

Modified: extensions/trunk/ant/pom.xml
===================================================================
--- extensions/trunk/ant/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
+++ extensions/trunk/ant/pom.xml2008-12-03 00:40:15 UTC (rev 1821)
&lt; at &gt;&lt; at &gt; -51,7 +51,7 &lt; at &gt;&lt; at &gt;
           &lt;dependency&gt;
             &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
             &lt;artifactId&gt;cargo-build-tools&lt;/artifactId&gt;
-            &lt;version&gt;1.0-beta-2&lt;/version&gt;
+            &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
           &lt;/dependency&gt;
         &lt;/dependencies&gt;
       &lt;/plugin&gt;

Modified: extensions/trunk/maven2/plugin/src/projects/pom.xml
===================================================================
--- extensions/trunk/maven2/plugin/src/projects/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
+++ extensions/trunk/maven2/plugin/src/projects/pom.xml2008-12-03 00:40:15 UTC (rev 1821)
&lt; at &gt;&lt; at &gt; -14,8 +14,8 &lt; at &gt;&lt; at &gt;
   &lt;properties&gt;
     &lt;port&gt;8082&lt;/port&gt;
     &lt;installDir&gt;${java.io.tmpdir}/cargo/installs&lt;/installDir&gt;
-    &lt;cargo.resources.version&gt;1.0-beta-2&lt;/cargo.resources.version&gt;
-    &lt;cargo.core.version&gt;1.0-beta-2&lt;/cargo.core.version&gt;
+    &lt;cargo.resources.version&gt;1.0-SNAPSHOT&lt;/cargo.resources.version&gt;
+    &lt;cargo.core.version&gt;1.0-SNAPSHOT&lt;/cargo.core.version&gt;
   &lt;/properties&gt;
 
   &lt;!-- Container-specific profiles --&gt;

Modified: extensions/trunk/pom.xml
===================================================================
--- extensions/trunk/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
+++ extensions/trunk/pom.xml2008-12-03 00:40:15 UTC (rev 1821)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-parent&lt;/artifactId&gt;
-    &lt;version&gt;4.1&lt;/version&gt;
+    &lt;version&gt;4.2-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom/pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
&lt; at &gt;&lt; at &gt; -36,7 +36,7 &lt; at &gt;&lt; at &gt;
   &lt;/scm&gt;
   &lt;properties&gt;
     &lt;!-- define this variable for core version because of potentially different release cycles --&gt;
-    &lt;cargo.core.version&gt;1.0-beta-2&lt;/cargo.core.version&gt;
+    &lt;cargo.core.version&gt;1.0-SNAPSHOT&lt;/cargo.core.version&gt;
   &lt;/properties&gt;
   &lt;build&gt;
     &lt;pluginManagement&gt;

Modified: resources/trunk/pom.xml
===================================================================
--- resources/trunk/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
+++ resources/trunk/pom.xml2008-12-03 00:40:15 UTC (rev 1821)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-parent&lt;/artifactId&gt;
-    &lt;version&gt;4.1&lt;/version&gt;
+    &lt;version&gt;4.2-SNAPSHOT&lt;/version&gt;
     &lt;relativePath&gt;../pom/pom.xml&lt;/relativePath&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-resources&lt;/artifactId&gt;


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>mwringe-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-03T00:40:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6475">
    <title>[cargo-dev] [cargo] r1820 - in extensions/trunk: . ant maven maven2 maven2/archetypes maven2/archetypes/webapp-functional-tests-module maven2/archetypes/webapp-single-module maven2/plugin</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6475</link>
    <description>Author: mwringe
Date: 2008-12-02 18:29:06 -0600 (Tue, 02 Dec 2008)
New Revision: 1820

Modified:
   extensions/trunk/ant/pom.xml
   extensions/trunk/maven/pom.xml
   extensions/trunk/maven2/archetypes/pom.xml
   extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml
   extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml
   extensions/trunk/maven2/plugin/pom.xml
   extensions/trunk/maven2/pom.xml
   extensions/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: extensions/trunk/ant/pom.xml
===================================================================
--- extensions/trunk/ant/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/ant/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -21,10 +21,10 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-ant&lt;/artifactId&gt;
-  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;name&gt;Cargo Ant tasks&lt;/name&gt;
   &lt;packaging&gt;jar&lt;/packaging&gt;
   &lt;description&gt;Ant tasks for Cargo&lt;/description&gt;

Modified: extensions/trunk/maven/pom.xml
===================================================================
--- extensions/trunk/maven/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/maven/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -21,9 +21,9 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;/parent&gt;
-  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
   &lt;artifactId&gt;cargo-maven-plugin&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 1 plugin&lt;/name&gt;

Modified: extensions/trunk/maven2/archetypes/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/maven2/archetypes/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Archetypes&lt;/name&gt;

Modified: extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
-    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-archetype-webapp-functional-tests-module&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Archetype Webapp Functional Tests Module&lt;/name&gt;

Modified: extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
-    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-archetype-webapp-single-module&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Archetype Single Webapp Module&lt;/name&gt;

Modified: extensions/trunk/maven2/plugin/pom.xml
===================================================================
--- extensions/trunk/maven2/plugin/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/maven2/plugin/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-maven2-plugin&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Plugin&lt;/name&gt;

Modified: extensions/trunk/maven2/pom.xml
===================================================================
--- extensions/trunk/maven2/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/maven2/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -21,10 +21,10 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;name&gt;Cargo Extensions - Maven 2&lt;/name&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
   &lt;description&gt;Cargo Extensions for Maven 2&lt;/description&gt;

Modified: extensions/trunk/pom.xml
===================================================================
--- extensions/trunk/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
+++ extensions/trunk/pom.xml2008-12-03 00:29:06 UTC (rev 1820)
&lt; at &gt;&lt; at &gt; -28,11 +28,11 &lt; at &gt;&lt; at &gt;
   &lt;name&gt;Cargo Extensions&lt;/name&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
   &lt;description&gt;Cargo Extensions&lt;/description&gt;
-  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
   &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:https://svn.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/developerConnection&gt;
-    &lt;url&gt;http://svn.cargo.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/url&gt;
+    &lt;connection&gt;scm:svn:http://svn.codehaus.org/cargo/extensions/trunk&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:https://svn.codehaus.org/cargo/extensions/trunk&lt;/developerConnection&gt;
+    &lt;url&gt;http://svn.cargo.codehaus.org/cargo/extensions/trunk&lt;/url&gt;
   &lt;/scm&gt;
   &lt;properties&gt;
     &lt;!-- define this variable for core version because of potentially different release cycles --&gt;


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>mwringe-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-03T00:29:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6474">
    <title>[cargo-dev] [cargo] r1819 - in extensions/tags: . cargo-extensions-1.0-beta-2 cargo-extensions-1.0-beta-2/ant cargo-extensions-1.0-beta-2/maven cargo-extensions-1.0-beta-2/maven2 cargo-extensions-1.0-beta-2/maven2/archetypes cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module cargo-extensions-1.0-beta-2/maven2/plugin cargo-extensions-1.0-beta-2/maven2/plugin/src/projects</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6474</link>
    <description>Author: mwringe
Date: 2008-12-02 18:29:03 -0600 (Tue, 02 Dec 2008)
New Revision: 1819

Added:
   extensions/tags/cargo-extensions-1.0-beta-2/
   extensions/tags/cargo-extensions-1.0-beta-2/ant/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/src/projects/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/pom.xml
Removed:
   extensions/tags/cargo-extensions-1.0-beta-2/ant/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/src/projects/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/maven2/pom.xml
   extensions/tags/cargo-extensions-1.0-beta-2/pom.xml
Log:
[maven-release-plugin]  copy for tag cargo-extensions-1.0-beta-2

Copied: extensions/tags/cargo-extensions-1.0-beta-2 (from rev 1810, extensions/trunk)

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/ant/pom.xml
===================================================================
--- extensions/trunk/ant/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/ant/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,87 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-ant&lt;/artifactId&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;name&gt;Cargo Ant tasks&lt;/name&gt;
-  &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;description&gt;Ant tasks for Cargo&lt;/description&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-      &lt;type&gt;test-jar&lt;/type&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;commons-discovery&lt;/groupId&gt;
-      &lt;artifactId&gt;commons-discovery&lt;/artifactId&gt;
-      &lt;version&gt;0.4&lt;/version&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-        &lt;dependencies&gt;
-          &lt;dependency&gt;
-            &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-            &lt;artifactId&gt;cargo-build-tools&lt;/artifactId&gt;
-            &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-          &lt;/dependency&gt;
-        &lt;/dependencies&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-  &lt;!-- We need this for now because Maven is not able to build from the top level without
-       querying the remote repository. This is probably a Maven bug. Remove this when it
-       is fixed --&gt;
-  &lt;repositories&gt;
-    &lt;repository&gt;
-      &lt;id&gt;codehaus.snapshots&lt;/id&gt;
-      &lt;name&gt;Codehaus Snapshots&lt;/name&gt;
-      &lt;url&gt;http://snapshots.repository.codehaus.org&lt;/url&gt;
-      &lt;releases&gt;
-        &lt;enabled&gt;false&lt;/enabled&gt;
-      &lt;/releases&gt;
-      &lt;snapshots&gt;
-        &lt;enabled&gt;true&lt;/enabled&gt;
-      &lt;/snapshots&gt;
-    &lt;/repository&gt;
-    &lt;repository&gt;
-      &lt;id&gt;codehaus&lt;/id&gt;
-      &lt;name&gt;Codehaus&lt;/name&gt;
-      &lt;url&gt;http://repository.codehaus.org&lt;/url&gt;
-      &lt;releases&gt;
-        &lt;enabled&gt;true&lt;/enabled&gt;
-      &lt;/releases&gt;
-      &lt;snapshots&gt;
-        &lt;enabled&gt;false&lt;/enabled&gt;
-      &lt;/snapshots&gt;
-    &lt;/repository&gt;
-  &lt;/repositories&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/ant/pom.xml (from rev 1818, extensions/trunk/ant/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/ant/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/ant/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,87 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-ant&lt;/artifactId&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;name&gt;Cargo Ant tasks&lt;/name&gt;
+  &lt;packaging&gt;jar&lt;/packaging&gt;
+  &lt;description&gt;Ant tasks for Cargo&lt;/description&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+      &lt;type&gt;test-jar&lt;/type&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;commons-discovery&lt;/groupId&gt;
+      &lt;artifactId&gt;commons-discovery&lt;/artifactId&gt;
+      &lt;version&gt;0.4&lt;/version&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
+        &lt;dependencies&gt;
+          &lt;dependency&gt;
+            &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+            &lt;artifactId&gt;cargo-build-tools&lt;/artifactId&gt;
+            &lt;version&gt;1.0-beta-2&lt;/version&gt;
+          &lt;/dependency&gt;
+        &lt;/dependencies&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  &lt;!-- We need this for now because Maven is not able to build from the top level without
+       querying the remote repository. This is probably a Maven bug. Remove this when it
+       is fixed --&gt;
+  &lt;repositories&gt;
+    &lt;repository&gt;
+      &lt;id&gt;codehaus.snapshots&lt;/id&gt;
+      &lt;name&gt;Codehaus Snapshots&lt;/name&gt;
+      &lt;url&gt;http://snapshots.repository.codehaus.org&lt;/url&gt;
+      &lt;releases&gt;
+        &lt;enabled&gt;false&lt;/enabled&gt;
+      &lt;/releases&gt;
+      &lt;snapshots&gt;
+        &lt;enabled&gt;true&lt;/enabled&gt;
+      &lt;/snapshots&gt;
+    &lt;/repository&gt;
+    &lt;repository&gt;
+      &lt;id&gt;codehaus&lt;/id&gt;
+      &lt;name&gt;Codehaus&lt;/name&gt;
+      &lt;url&gt;http://repository.codehaus.org&lt;/url&gt;
+      &lt;releases&gt;
+        &lt;enabled&gt;true&lt;/enabled&gt;
+      &lt;/releases&gt;
+      &lt;snapshots&gt;
+        &lt;enabled&gt;false&lt;/enabled&gt;
+      &lt;/snapshots&gt;
+    &lt;/repository&gt;
+  &lt;/repositories&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/maven/pom.xml
===================================================================
--- extensions/trunk/maven/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,59 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-  &lt;artifactId&gt;cargo-maven-plugin&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Maven 1 plugin&lt;/name&gt;
-  &lt;packaging&gt;maven-one-plugin&lt;/packaging&gt;
-  &lt;description&gt;Cargo Maven 1 plugin&lt;/description&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-ant&lt;/artifactId&gt;
-      &lt;version&gt;0.9&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;ant&lt;/groupId&gt;
-      &lt;artifactId&gt;ant&lt;/artifactId&gt;
-      &lt;version&gt;1.6.5&lt;/version&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;artifactId&gt;maven-one-plugin&lt;/artifactId&gt;
-        &lt;extensions&gt;true&lt;/extensions&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;install-maven-one-repository&lt;/goal&gt;
-            &lt;/goals&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/maven/pom.xml (from rev 1818, extensions/trunk/maven/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/maven/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,59 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+  &lt;artifactId&gt;cargo-maven-plugin&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Maven 1 plugin&lt;/name&gt;
+  &lt;packaging&gt;maven-one-plugin&lt;/packaging&gt;
+  &lt;description&gt;Cargo Maven 1 plugin&lt;/description&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-ant&lt;/artifactId&gt;
+      &lt;version&gt;0.9&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;ant&lt;/groupId&gt;
+      &lt;artifactId&gt;ant&lt;/artifactId&gt;
+      &lt;version&gt;1.6.5&lt;/version&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;artifactId&gt;maven-one-plugin&lt;/artifactId&gt;
+        &lt;extensions&gt;true&lt;/extensions&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;install-maven-one-repository&lt;/goal&gt;
+            &lt;/goals&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,34 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Maven 2 Archetypes&lt;/name&gt;
-  &lt;packaging&gt;pom&lt;/packaging&gt;
-  &lt;description&gt;Sample Maven 2 Archetypes for using Cargo&lt;/description&gt;
-  &lt;modules&gt;
-    &lt;module&gt;webapp-single-module&lt;/module&gt;
-    &lt;module&gt;webapp-functional-tests-module&lt;/module&gt;
-  &lt;/modules&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/pom.xml (from rev 1818, extensions/trunk/maven2/archetypes/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,34 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Maven 2 Archetypes&lt;/name&gt;
+  &lt;packaging&gt;pom&lt;/packaging&gt;
+  &lt;description&gt;Sample Maven 2 Archetypes for using Cargo&lt;/description&gt;
+  &lt;modules&gt;
+    &lt;module&gt;webapp-single-module&lt;/module&gt;
+    &lt;module&gt;webapp-functional-tests-module&lt;/module&gt;
+  &lt;/modules&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,33 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-archetype-webapp-functional-tests-module&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Maven 2 Archetype Webapp Functional Tests Module&lt;/name&gt;
-  &lt;packaging&gt;maven-plugin&lt;/packaging&gt;
-  &lt;description&gt;
-    Sample Maven 2 Archetypes showing how to configure Cargo and Maven to run functional tests
-    for a webapp by creating a functional-tests module.
-  &lt;/description&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module/pom.xml (from rev 1818, extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-functional-tests-module/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,33 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-archetype-webapp-functional-tests-module&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Maven 2 Archetype Webapp Functional Tests Module&lt;/name&gt;
+  &lt;packaging&gt;maven-plugin&lt;/packaging&gt;
+  &lt;description&gt;
+    Sample Maven 2 Archetypes showing how to configure Cargo and Maven to run functional tests
+    for a webapp by creating a functional-tests module.
+  &lt;/description&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,33 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-archetype-webapp-single-module&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Maven 2 Archetype Single Webapp Module&lt;/name&gt;
-  &lt;packaging&gt;maven-plugin&lt;/packaging&gt;
-  &lt;description&gt;
-    Sample Maven 2 Archetypes showing how to configure Cargo and Maven to run functional tests
-    directly from a single webapp module.
-  &lt;/description&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module/pom.xml (from rev 1818, extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/archetypes/webapp-single-module/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,33 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-archetype-webapp-single-module&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Maven 2 Archetype Single Webapp Module&lt;/name&gt;
+  &lt;packaging&gt;maven-plugin&lt;/packaging&gt;
+  &lt;description&gt;
+    Sample Maven 2 Archetypes showing how to configure Cargo and Maven to run functional tests
+    directly from a single webapp module.
+  &lt;/description&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/pom.xml
===================================================================
--- extensions/trunk/maven2/plugin/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,176 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-maven2-plugin&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Maven 2 Plugin&lt;/name&gt;
-  &lt;packaging&gt;maven-plugin&lt;/packaging&gt;
-  &lt;description&gt;Cargo Maven 2 Plugin&lt;/description&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
-      &lt;artifactId&gt;maven-plugin-api&lt;/artifactId&gt;
-      &lt;version&gt;2.0&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
-      &lt;artifactId&gt;maven-project&lt;/artifactId&gt;
-      &lt;version&gt;2.0&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
-      &lt;artifactId&gt;maven-settings&lt;/artifactId&gt;
-      &lt;version&gt;2.0&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
-      &lt;artifactId&gt;plexus-utils&lt;/artifactId&gt;
-      &lt;version&gt;1.4.7&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-      &lt;type&gt;test-jar&lt;/type&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;jmock&lt;/groupId&gt;
-      &lt;artifactId&gt;jmock&lt;/artifactId&gt;
-      &lt;version&gt;1.0.1&lt;/version&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;commons-vfs&lt;/groupId&gt;
-      &lt;artifactId&gt;commons-vfs&lt;/artifactId&gt;
-      &lt;version&gt;1.0&lt;/version&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;!--plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-      &lt;/plugin--&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.codehaus.modello&lt;/groupId&gt;
-        &lt;artifactId&gt;modello-maven-plugin&lt;/artifactId&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;xpp3-writer&lt;/goal&gt;
-              &lt;goal&gt;java&lt;/goal&gt;
-              &lt;goal&gt;xpp3-reader&lt;/goal&gt;
-            &lt;/goals&gt;
-            &lt;configuration&gt;
-              &lt;version&gt;1.0.0&lt;/version&gt;
-              &lt;model&gt;src/main/mdo/mergeinfo.mdo&lt;/model&gt;
-            &lt;/configuration&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt;
-      &lt;plugin&gt;
-        &lt;artifactId&gt;maven-plugin-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;!-- Note: This is to allow typing "mvn cargo:[goalname]" without having to type the 
-               fully qualified name on the command line --&gt;
-          &lt;goalPrefix&gt;cargo&lt;/goalPrefix&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-     &lt;/plugins&gt;
-  &lt;/build&gt;
-  &lt;profiles&gt;
-    &lt;profile&gt;
-      &lt;id&gt;integration-test&lt;/id&gt;
-    &lt;pluginRepositories&gt;
-    &lt;!-- added for maven-plugin-management-plugin --&gt;
-    &lt;pluginRepository&gt;
-      &lt;id&gt;apache.snapshots&lt;/id&gt;
-      &lt;snapshots&gt;
-        &lt;enabled&gt;true&lt;/enabled&gt;
-      &lt;/snapshots&gt;
-      &lt;url&gt;http://people.apache.org/maven-snapshot-repository&lt;/url&gt;
-      &lt;releases&gt;
-        &lt;enabled&gt;false&lt;/enabled&gt;
-      &lt;/releases&gt;
-    &lt;/pluginRepository&gt;
-  &lt;/pluginRepositories&gt;
-      &lt;build&gt;
-        &lt;plugins&gt;
-          &lt;!-- stages the plugin so it can be used in integration-tests by the invoker plugin --&gt;
-  &lt;!-- Disabling management plugin as it appears to too old and is no longer available in any repos --&gt;
-&lt;!--      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-plugin-management-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;stage&lt;/goal&gt;
-              &lt;goal&gt;unstage&lt;/goal&gt;
-            &lt;/goals&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt; --&gt;
-      &lt;plugin&gt;
-        &lt;artifactId&gt;maven-invoker-plugin&lt;/artifactId&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;id&gt;default&lt;/id&gt;
-            &lt;phase&gt;integration-test&lt;/phase&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;run&lt;/goal&gt;
-            &lt;/goals&gt;
-            &lt;configuration&gt;
-              &lt;goals&gt;
-                &lt;goal&gt;clean&lt;/goal&gt;
-                &lt;goal&gt;integration-test&lt;/goal&gt;
-              &lt;/goals&gt;
-              &lt;pomIncludes&gt;
-                &lt;pomInclude&gt;*/pom.xml&lt;/pomInclude&gt;
-              &lt;/pomIncludes&gt;
-              &lt;pomExcludes&gt;
-                &lt;!-- these tests needs fixing --&gt;
-                &lt;pomExclude&gt;testStartAndAutoDeploy/pom.xml&lt;/pomExclude&gt;
-                &lt;!-- will have to run on container with ear support --&gt;
-                &lt;pomExclude&gt;testStartWithOneWarOneEarDeployed/pom.xml&lt;/pomExclude&gt;
-                &lt;!-- disable these for now as these tests need some javacode and to be
-                executed by the embedder plugin instead --&gt;              
-                &lt;pomExclude&gt;testRemoteDeploy/pom.xml&lt;/pomExclude&gt;
-                &lt;pomExclude&gt;testStartInplaceDevelopment/pom.xml&lt;/pomExclude&gt;
-                &lt;pomExclude&gt;testStartMultipleContainers/pom.xml&lt;/pomExclude&gt;
-                &lt;pomExclude&gt;testStartUsingAlreadyInstalledContainer/pom.xml&lt;/pomExclude&gt;
-                &lt;pomExclude&gt;testStartWithNoDeployableAndInBlockingMode/pom.xml&lt;/pomExclude&gt;
-                &lt;pomExclude&gt;testStopEmbeddedContainerInAnotherExecution/pom.xml&lt;/pomExclude&gt;
-              &lt;/pomExcludes&gt;
-            &lt;/configuration&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt;          
-        &lt;/plugins&gt;
-      &lt;/build&gt;
-    &lt;/profile&gt;
-  &lt;/profiles&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/pom.xml (from rev 1818, extensions/trunk/maven2/plugin/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,176 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-maven2-plugin&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Maven 2 Plugin&lt;/name&gt;
+  &lt;packaging&gt;maven-plugin&lt;/packaging&gt;
+  &lt;description&gt;Cargo Maven 2 Plugin&lt;/description&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-plugin-api&lt;/artifactId&gt;
+      &lt;version&gt;2.0&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-project&lt;/artifactId&gt;
+      &lt;version&gt;2.0&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
+      &lt;artifactId&gt;maven-settings&lt;/artifactId&gt;
+      &lt;version&gt;2.0&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.plexus&lt;/groupId&gt;
+      &lt;artifactId&gt;plexus-utils&lt;/artifactId&gt;
+      &lt;version&gt;1.4.7&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+      &lt;type&gt;test-jar&lt;/type&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;jmock&lt;/groupId&gt;
+      &lt;artifactId&gt;jmock&lt;/artifactId&gt;
+      &lt;version&gt;1.0.1&lt;/version&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;commons-vfs&lt;/groupId&gt;
+      &lt;artifactId&gt;commons-vfs&lt;/artifactId&gt;
+      &lt;version&gt;1.0&lt;/version&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;!--plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
+      &lt;/plugin--&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.codehaus.modello&lt;/groupId&gt;
+        &lt;artifactId&gt;modello-maven-plugin&lt;/artifactId&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;xpp3-writer&lt;/goal&gt;
+              &lt;goal&gt;java&lt;/goal&gt;
+              &lt;goal&gt;xpp3-reader&lt;/goal&gt;
+            &lt;/goals&gt;
+            &lt;configuration&gt;
+              &lt;version&gt;1.0.0&lt;/version&gt;
+              &lt;model&gt;src/main/mdo/mergeinfo.mdo&lt;/model&gt;
+            &lt;/configuration&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;
+      &lt;plugin&gt;
+        &lt;artifactId&gt;maven-plugin-plugin&lt;/artifactId&gt;
+        &lt;configuration&gt;
+          &lt;!-- Note: This is to allow typing "mvn cargo:[goalname]" without having to type the 
+               fully qualified name on the command line --&gt;
+          &lt;goalPrefix&gt;cargo&lt;/goalPrefix&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+     &lt;/plugins&gt;
+  &lt;/build&gt;
+  &lt;profiles&gt;
+    &lt;profile&gt;
+      &lt;id&gt;integration-test&lt;/id&gt;
+    &lt;pluginRepositories&gt;
+    &lt;!-- added for maven-plugin-management-plugin --&gt;
+    &lt;pluginRepository&gt;
+      &lt;id&gt;apache.snapshots&lt;/id&gt;
+      &lt;snapshots&gt;
+        &lt;enabled&gt;true&lt;/enabled&gt;
+      &lt;/snapshots&gt;
+      &lt;url&gt;http://people.apache.org/maven-snapshot-repository&lt;/url&gt;
+      &lt;releases&gt;
+        &lt;enabled&gt;false&lt;/enabled&gt;
+      &lt;/releases&gt;
+    &lt;/pluginRepository&gt;
+  &lt;/pluginRepositories&gt;
+      &lt;build&gt;
+        &lt;plugins&gt;
+          &lt;!-- stages the plugin so it can be used in integration-tests by the invoker plugin --&gt;
+  &lt;!-- Disabling management plugin as it appears to too old and is no longer available in any repos --&gt;
+&lt;!--      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-plugin-management-plugin&lt;/artifactId&gt;
+        &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;stage&lt;/goal&gt;
+              &lt;goal&gt;unstage&lt;/goal&gt;
+            &lt;/goals&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt; --&gt;
+      &lt;plugin&gt;
+        &lt;artifactId&gt;maven-invoker-plugin&lt;/artifactId&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;id&gt;default&lt;/id&gt;
+            &lt;phase&gt;integration-test&lt;/phase&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;run&lt;/goal&gt;
+            &lt;/goals&gt;
+            &lt;configuration&gt;
+              &lt;goals&gt;
+                &lt;goal&gt;clean&lt;/goal&gt;
+                &lt;goal&gt;integration-test&lt;/goal&gt;
+              &lt;/goals&gt;
+              &lt;pomIncludes&gt;
+                &lt;pomInclude&gt;*/pom.xml&lt;/pomInclude&gt;
+              &lt;/pomIncludes&gt;
+              &lt;pomExcludes&gt;
+                &lt;!-- these tests needs fixing --&gt;
+                &lt;pomExclude&gt;testStartAndAutoDeploy/pom.xml&lt;/pomExclude&gt;
+                &lt;!-- will have to run on container with ear support --&gt;
+                &lt;pomExclude&gt;testStartWithOneWarOneEarDeployed/pom.xml&lt;/pomExclude&gt;
+                &lt;!-- disable these for now as these tests need some javacode and to be
+                executed by the embedder plugin instead --&gt;              
+                &lt;pomExclude&gt;testRemoteDeploy/pom.xml&lt;/pomExclude&gt;
+                &lt;pomExclude&gt;testStartInplaceDevelopment/pom.xml&lt;/pomExclude&gt;
+                &lt;pomExclude&gt;testStartMultipleContainers/pom.xml&lt;/pomExclude&gt;
+                &lt;pomExclude&gt;testStartUsingAlreadyInstalledContainer/pom.xml&lt;/pomExclude&gt;
+                &lt;pomExclude&gt;testStartWithNoDeployableAndInBlockingMode/pom.xml&lt;/pomExclude&gt;
+                &lt;pomExclude&gt;testStopEmbeddedContainerInAnotherExecution/pom.xml&lt;/pomExclude&gt;
+              &lt;/pomExcludes&gt;
+            &lt;/configuration&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;          
+        &lt;/plugins&gt;
+      &lt;/build&gt;
+    &lt;/profile&gt;
+  &lt;/profiles&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/src/projects/pom.xml
===================================================================
--- extensions/trunk/maven2/plugin/src/projects/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/src/projects/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,62 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-  &lt;artifactId&gt;cargo-samples-testAll&lt;/artifactId&gt;
-  &lt;packaging&gt;pom&lt;/packaging&gt;
-  &lt;name&gt;Cargo Samples for the Maven2 plugin&lt;/name&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;description&gt;Test the Maven 2 plugin&lt;/description&gt;
-  
-  &lt;!-- Properties common to all profiles --&gt;
-  &lt;properties&gt;
-    &lt;port&gt;8082&lt;/port&gt;
-    &lt;installDir&gt;${java.io.tmpdir}/cargo/installs&lt;/installDir&gt;
-    &lt;cargo.resources.version&gt;1.0-SNAPSHOT&lt;/cargo.resources.version&gt;
-    &lt;cargo.core.version&gt;1.0-SNAPSHOT&lt;/cargo.core.version&gt;
-  &lt;/properties&gt;
-
-  &lt;!-- Container-specific profiles --&gt;
-  &lt;profiles&gt;
-    &lt;profile&gt;
-      &lt;id&gt;tomcat5x&lt;/id&gt;
-      &lt;activation&gt;
-        &lt;activeByDefault&gt;true&lt;/activeByDefault&gt;
-      &lt;/activation&gt;
-      &lt;properties&gt;
-        &lt;containerId&gt;tomcat5x&lt;/containerId&gt;
-        &lt;downloadUrl&gt;http://www.apache.org/dist/tomcat/tomcat-5/v5.0.30/bin/jakarta-tomcat-5.0.30.zip&lt;/downloadUrl&gt;
-      &lt;/properties&gt;
-    &lt;/profile&gt;
-    &lt;profile&gt;
-      &lt;id&gt;orion2x&lt;/id&gt;
-      &lt;properties&gt;
-        &lt;containerId&gt;orion2x&lt;/containerId&gt;
-        &lt;downloadUrl&gt;http://www.orionserver.com/distributions/orion2.0.7.zip&lt;/downloadUrl&gt;
-      &lt;/properties&gt;
-    &lt;/profile&gt;
-    &lt;profile&gt;
-      &lt;id&gt;resin3x&lt;/id&gt;
-      &lt;properties&gt;
-        &lt;containerId&gt;resin3x&lt;/containerId&gt;
-        &lt;downloadUrl&gt;http://www.caucho.com/download/resin-3.0.18.zip&lt;/downloadUrl&gt;
-      &lt;/properties&gt;
-    &lt;/profile&gt;
-    &lt;profile&gt;
-      &lt;id&gt;jboss3x&lt;/id&gt;
-      &lt;properties&gt;
-        &lt;containerId&gt;jboss3x&lt;/containerId&gt;
-        &lt;downloadUrl&gt;http://ovh.dl.sourceforge.net/sourceforge/jboss/jboss-3.2.8.zip&lt;/downloadUrl&gt;
-      &lt;/properties&gt;
-    &lt;/profile&gt;
-    &lt;profile&gt;
-      &lt;id&gt;jboss4x&lt;/id&gt;
-      &lt;properties&gt;
-        &lt;containerId&gt;jboss4x&lt;/containerId&gt;
-        &lt;downloadUrl&gt;http://downloads.sourceforge.net/jboss/jboss-4.0.5.GA.zip?big_mirror=1&lt;/downloadUrl&gt;
-      &lt;/properties&gt;
-    &lt;/profile&gt;
-  &lt;/profiles&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/src/projects/pom.xml (from rev 1811, extensions/trunk/maven2/plugin/src/projects/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/src/projects/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/plugin/src/projects/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,62 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+  &lt;artifactId&gt;cargo-samples-testAll&lt;/artifactId&gt;
+  &lt;packaging&gt;pom&lt;/packaging&gt;
+  &lt;name&gt;Cargo Samples for the Maven2 plugin&lt;/name&gt;
+  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+  &lt;description&gt;Test the Maven 2 plugin&lt;/description&gt;
+  
+  &lt;!-- Properties common to all profiles --&gt;
+  &lt;properties&gt;
+    &lt;port&gt;8082&lt;/port&gt;
+    &lt;installDir&gt;${java.io.tmpdir}/cargo/installs&lt;/installDir&gt;
+    &lt;cargo.resources.version&gt;1.0-beta-2&lt;/cargo.resources.version&gt;
+    &lt;cargo.core.version&gt;1.0-beta-2&lt;/cargo.core.version&gt;
+  &lt;/properties&gt;
+
+  &lt;!-- Container-specific profiles --&gt;
+  &lt;profiles&gt;
+    &lt;profile&gt;
+      &lt;id&gt;tomcat5x&lt;/id&gt;
+      &lt;activation&gt;
+        &lt;activeByDefault&gt;true&lt;/activeByDefault&gt;
+      &lt;/activation&gt;
+      &lt;properties&gt;
+        &lt;containerId&gt;tomcat5x&lt;/containerId&gt;
+        &lt;downloadUrl&gt;http://www.apache.org/dist/tomcat/tomcat-5/v5.0.30/bin/jakarta-tomcat-5.0.30.zip&lt;/downloadUrl&gt;
+      &lt;/properties&gt;
+    &lt;/profile&gt;
+    &lt;profile&gt;
+      &lt;id&gt;orion2x&lt;/id&gt;
+      &lt;properties&gt;
+        &lt;containerId&gt;orion2x&lt;/containerId&gt;
+        &lt;downloadUrl&gt;http://www.orionserver.com/distributions/orion2.0.7.zip&lt;/downloadUrl&gt;
+      &lt;/properties&gt;
+    &lt;/profile&gt;
+    &lt;profile&gt;
+      &lt;id&gt;resin3x&lt;/id&gt;
+      &lt;properties&gt;
+        &lt;containerId&gt;resin3x&lt;/containerId&gt;
+        &lt;downloadUrl&gt;http://www.caucho.com/download/resin-3.0.18.zip&lt;/downloadUrl&gt;
+      &lt;/properties&gt;
+    &lt;/profile&gt;
+    &lt;profile&gt;
+      &lt;id&gt;jboss3x&lt;/id&gt;
+      &lt;properties&gt;
+        &lt;containerId&gt;jboss3x&lt;/containerId&gt;
+        &lt;downloadUrl&gt;http://ovh.dl.sourceforge.net/sourceforge/jboss/jboss-3.2.8.zip&lt;/downloadUrl&gt;
+      &lt;/properties&gt;
+    &lt;/profile&gt;
+    &lt;profile&gt;
+      &lt;id&gt;jboss4x&lt;/id&gt;
+      &lt;properties&gt;
+        &lt;containerId&gt;jboss4x&lt;/containerId&gt;
+        &lt;downloadUrl&gt;http://downloads.sourceforge.net/jboss/jboss-4.0.5.GA.zip?big_mirror=1&lt;/downloadUrl&gt;
+      &lt;/properties&gt;
+    &lt;/profile&gt;
+  &lt;/profiles&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/maven2/pom.xml
===================================================================
--- extensions/trunk/maven2/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,35 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;name&gt;Cargo Extensions - Maven 2&lt;/name&gt;
-  &lt;packaging&gt;pom&lt;/packaging&gt;
-  &lt;description&gt;Cargo Extensions for Maven 2&lt;/description&gt;
-  &lt;modules&gt;
-    &lt;module&gt;plugin&lt;/module&gt;
-    &lt;module&gt;archetypes&lt;/module&gt;
-  &lt;/modules&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/maven2/pom.xml (from rev 1818, extensions/trunk/maven2/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/maven2/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/maven2/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,35 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;name&gt;Cargo Extensions - Maven 2&lt;/name&gt;
+  &lt;packaging&gt;pom&lt;/packaging&gt;
+  &lt;description&gt;Cargo Extensions for Maven 2&lt;/description&gt;
+  &lt;modules&gt;
+    &lt;module&gt;plugin&lt;/module&gt;
+    &lt;module&gt;archetypes&lt;/module&gt;
+  &lt;/modules&gt;
+&lt;/project&gt;

Deleted: extensions/tags/cargo-extensions-1.0-beta-2/pom.xml
===================================================================
--- extensions/trunk/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ extensions/tags/cargo-extensions-1.0-beta-2/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -1,118 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-parent&lt;/artifactId&gt;
-    &lt;version&gt;4.2-SNAPSHOT&lt;/version&gt;
-    &lt;relativePath&gt;../pom/pom.xml&lt;/relativePath&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Extensions&lt;/name&gt;
-  &lt;packaging&gt;pom&lt;/packaging&gt;
-  &lt;description&gt;Cargo Extensions&lt;/description&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.codehaus.org/cargo/extensions/trunk&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:https://svn.codehaus.org/cargo/extensions/trunk&lt;/developerConnection&gt;
-    &lt;url&gt;http://svn.cargo.codehaus.org/cargo/extensions/trunk&lt;/url&gt;
-  &lt;/scm&gt;
-  &lt;properties&gt;
-    &lt;!-- define this variable for core version because of potentially different release cycles --&gt;
-    &lt;cargo.core.version&gt;1.0-SNAPSHOT&lt;/cargo.core.version&gt;
-  &lt;/properties&gt;
-  &lt;build&gt;
-    &lt;pluginManagement&gt;
-      &lt;plugins&gt;
-        &lt;plugin&gt;
-          &lt;artifactId&gt;maven-release-plugin&lt;/artifactId&gt;
-          &lt;configuration&gt;
-            &lt;tagBase&gt;https://svn.codehaus.org/cargo/extensions/tags&lt;/tagBase&gt;
-          &lt;/configuration&gt;
-        &lt;/plugin&gt;
-      &lt;/plugins&gt;
-    &lt;/pluginManagement&gt;
-  &lt;/build&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-generic&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;junit&lt;/groupId&gt;
-      &lt;artifactId&gt;junit&lt;/artifactId&gt;
-      &lt;version&gt;3.8.1&lt;/version&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-    
-    &lt;!-- Container implementations --&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-geronimo&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-jboss&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-jetty&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-jo&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-jonas&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-orion&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-resin&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-tomcat&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-container-weblogic&lt;/artifactId&gt;
-      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;modules&gt;
-    &lt;module&gt;ant&lt;/module&gt;
-    &lt;module&gt;maven&lt;/module&gt;
-    &lt;module&gt;maven2&lt;/module&gt;
-  &lt;/modules&gt;
-&lt;/project&gt;

Copied: extensions/tags/cargo-extensions-1.0-beta-2/pom.xml (from rev 1818, extensions/trunk/pom.xml)
===================================================================
--- extensions/tags/cargo-extensions-1.0-beta-2/pom.xml                        (rev 0)
+++ extensions/tags/cargo-extensions-1.0-beta-2/pom.xml2008-12-03 00:29:03 UTC (rev 1819)
&lt; at &gt;&lt; at &gt; -0,0 +1,118 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-parent&lt;/artifactId&gt;
+    &lt;version&gt;4.1&lt;/version&gt;
+    &lt;relativePath&gt;../pom/pom.xml&lt;/relativePath&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Extensions&lt;/name&gt;
+  &lt;packaging&gt;pom&lt;/packaging&gt;
+  &lt;description&gt;Cargo Extensions&lt;/description&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;scm&gt;
+    &lt;connection&gt;scm:svn:http://svn.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:https://svn.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/developerConnection&gt;
+    &lt;url&gt;http://svn.cargo.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/url&gt;
+  &lt;/scm&gt;
+  &lt;properties&gt;
+    &lt;!-- define this variable for core version because of potentially different release cycles --&gt;
+    &lt;cargo.core.version&gt;1.0-beta-2&lt;/cargo.core.version&gt;
+  &lt;/properties&gt;
+  &lt;build&gt;
+    &lt;pluginManagement&gt;
+      &lt;plugins&gt;
+        &lt;plugin&gt;
+          &lt;artifactId&gt;maven-release-plugin&lt;/artifactId&gt;
+          &lt;configuration&gt;
+            &lt;tagBase&gt;https://svn.codehaus.org/cargo/extensions/tags&lt;/tagBase&gt;
+          &lt;/configuration&gt;
+        &lt;/plugin&gt;
+      &lt;/plugins&gt;
+    &lt;/pluginManagement&gt;
+  &lt;/build&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-generic&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;junit&lt;/groupId&gt;
+      &lt;artifactId&gt;junit&lt;/artifactId&gt;
+      &lt;version&gt;3.8.1&lt;/version&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+    
+    &lt;!-- Container implementations --&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-geronimo&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-jboss&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-jetty&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-jo&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-jonas&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-orion&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-resin&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-tomcat&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-container-weblogic&lt;/artifactId&gt;
+      &lt;version&gt;${cargo.core.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;modules&gt;
+    &lt;module&gt;ant&lt;/module&gt;
+    &lt;module&gt;maven&lt;/module&gt;
+    &lt;module&gt;maven2&lt;/module&gt;
+  &lt;/modules&gt;
+&lt;/project&gt;


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>mwringe-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-03T00:29:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6473">
    <title>[cargo-dev] [cargo] r1818 - in extensions/trunk: . ant maven maven2 maven2/archetypes maven2/archetypes/webapp-functional-tests-module maven2/archetypes/webapp-single-module maven2/plugin</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6473</link>
    <description>Author: mwringe
Date: 2008-12-02 18:29:00 -0600 (Tue, 02 Dec 2008)
New Revision: 1818

Modified:
   extensions/trunk/ant/pom.xml
   extensions/trunk/maven/pom.xml
   extensions/trunk/maven2/archetypes/pom.xml
   extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml
   extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml
   extensions/trunk/maven2/plugin/pom.xml
   extensions/trunk/maven2/pom.xml
   extensions/trunk/pom.xml
Log:
[maven-release-plugin] prepare release cargo-extensions-1.0-beta-2

Modified: extensions/trunk/ant/pom.xml
===================================================================
--- extensions/trunk/ant/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/ant/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -21,10 +21,10 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-ant&lt;/artifactId&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;name&gt;Cargo Ant tasks&lt;/name&gt;
   &lt;packaging&gt;jar&lt;/packaging&gt;
   &lt;description&gt;Ant tasks for Cargo&lt;/description&gt;

Modified: extensions/trunk/maven/pom.xml
===================================================================
--- extensions/trunk/maven/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/maven/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -21,9 +21,9 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;/parent&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
   &lt;artifactId&gt;cargo-maven-plugin&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 1 plugin&lt;/name&gt;

Modified: extensions/trunk/maven2/archetypes/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/maven2/archetypes/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Archetypes&lt;/name&gt;

Modified: extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/maven2/archetypes/webapp-functional-tests-module/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-archetype-webapp-functional-tests-module&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Archetype Webapp Functional Tests Module&lt;/name&gt;

Modified: extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml
===================================================================
--- extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/maven2/archetypes/webapp-single-module/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-maven2-archetypes&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-archetype-webapp-single-module&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Archetype Single Webapp Module&lt;/name&gt;

Modified: extensions/trunk/maven2/plugin/pom.xml
===================================================================
--- extensions/trunk/maven2/plugin/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/maven2/plugin/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -21,7 +21,7 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-maven2-plugin&lt;/artifactId&gt;
   &lt;name&gt;Cargo Maven 2 Plugin&lt;/name&gt;

Modified: extensions/trunk/maven2/pom.xml
===================================================================
--- extensions/trunk/maven2/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/maven2/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -21,10 +21,10 &lt; at &gt;&lt; at &gt;
   &lt;parent&gt;
     &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
     &lt;artifactId&gt;cargo-extensions&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;/parent&gt;
   &lt;artifactId&gt;cargo-extensions-maven2&lt;/artifactId&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;name&gt;Cargo Extensions - Maven 2&lt;/name&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
   &lt;description&gt;Cargo Extensions for Maven 2&lt;/description&gt;

Modified: extensions/trunk/pom.xml
===================================================================
--- extensions/trunk/pom.xml2008-12-03 00:11:12 UTC (rev 1817)
+++ extensions/trunk/pom.xml2008-12-03 00:29:00 UTC (rev 1818)
&lt; at &gt;&lt; at &gt; -28,11 +28,11 &lt; at &gt;&lt; at &gt;
   &lt;name&gt;Cargo Extensions&lt;/name&gt;
   &lt;packaging&gt;pom&lt;/packaging&gt;
   &lt;description&gt;Cargo Extensions&lt;/description&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
   &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.codehaus.org/cargo/extensions/trunk&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:https://svn.codehaus.org/cargo/extensions/trunk&lt;/developerConnection&gt;
-    &lt;url&gt;http://svn.cargo.codehaus.org/cargo/extensions/trunk&lt;/url&gt;
+    &lt;connection&gt;scm:svn:http://svn.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:https://svn.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/developerConnection&gt;
+    &lt;url&gt;http://svn.cargo.codehaus.org/cargo/extensions/tags/cargo-extensions-1.0-beta-2&lt;/url&gt;
   &lt;/scm&gt;
   &lt;properties&gt;
     &lt;!-- define this variable for core version because of potentially different release cycles --&gt;


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>mwringe-yCVjj/EcxBJg9hUCZPvPmw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-03T00:29:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.cargo.devel/6472">
    <title>[cargo-dev] [cargo] r1816 - in core/tags: . cargo-core-1.0-beta-2 cargo-core-1.0-beta-2/api cargo-core-1.0-beta-2/api/container cargo-core-1.0-beta-2/api/generic cargo-core-1.0-beta-2/api/module cargo-core-1.0-beta-2/api/util cargo-core-1.0-beta-2/containers cargo-core-1.0-beta-2/containers/geronimo cargo-core-1.0-beta-2/containers/jboss cargo-core-1.0-beta-2/containers/jetty cargo-core-1.0-beta-2/containers/jo cargo-core-1.0-beta-2/containers/jonas cargo-core-1.0-beta-2/containers/orion cargo-core-1.0-beta-2/containers/resin cargo-core-1.0-beta-2/containers/tomcat cargo-core-1.0-beta-2/containers/weblogic cargo-core-1.0-beta-2/documentation cargo-core-1.0-beta-2/samples cargo-core-1.0-beta-2/samples/java cargo-core-1.0-beta-2/uberjar</title>
    <link>http://comments.gmane.org/gmane.comp.java.cargo.devel/6472</link>
    <description>Author: mwringe
Date: 2008-12-02 18:11:07 -0600 (Tue, 02 Dec 2008)
New Revision: 1816

Added:
   core/tags/cargo-core-1.0-beta-2/
   core/tags/cargo-core-1.0-beta-2/api/container/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/generic/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/module/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/util/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/geronimo/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jboss/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jetty/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jo/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jonas/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/orion/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/resin/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/tomcat/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/weblogic/pom.xml
   core/tags/cargo-core-1.0-beta-2/documentation/pom.xml
   core/tags/cargo-core-1.0-beta-2/pom.xml
   core/tags/cargo-core-1.0-beta-2/samples/java/pom.xml
   core/tags/cargo-core-1.0-beta-2/samples/pom.xml
   core/tags/cargo-core-1.0-beta-2/uberjar/pom.xml
Removed:
   core/tags/cargo-core-1.0-beta-2/api/container/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/generic/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/module/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/pom.xml
   core/tags/cargo-core-1.0-beta-2/api/util/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/geronimo/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jboss/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jetty/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jo/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/jonas/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/orion/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/resin/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/tomcat/pom.xml
   core/tags/cargo-core-1.0-beta-2/containers/weblogic/pom.xml
   core/tags/cargo-core-1.0-beta-2/documentation/pom.xml
   core/tags/cargo-core-1.0-beta-2/pom.xml
   core/tags/cargo-core-1.0-beta-2/samples/java/pom.xml
   core/tags/cargo-core-1.0-beta-2/samples/pom.xml
   core/tags/cargo-core-1.0-beta-2/uberjar/pom.xml
Log:
[maven-release-plugin]  copy for tag cargo-core-1.0-beta-2

Copied: core/tags/cargo-core-1.0-beta-2 (from rev 1810, core/trunk)

Deleted: core/tags/cargo-core-1.0-beta-2/api/container/pom.xml
===================================================================
--- core/trunk/api/container/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ core/tags/cargo-core-1.0-beta-2/api/container/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -1,82 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Core Container API&lt;/name&gt;
-  &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;description&gt;API to start/stop/configure containers&lt;/description&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-module&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-      &lt;scope&gt;compile&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;
-      &lt;artifactId&gt;geronimo-j2ee-deployment_1.1_spec&lt;/artifactId&gt;
-      &lt;version&gt;1.0&lt;/version&gt;
-      &lt;scope&gt;compile&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;ant&lt;/groupId&gt;
-      &lt;artifactId&gt;ant&lt;/artifactId&gt;
-      &lt;version&gt;1.6.5&lt;/version&gt;
-      &lt;scope&gt;compile&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-      &lt;type&gt;test-jar&lt;/type&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;!-- We create an attached artifact containing reusable test classes which we're reusing
-           in other module's unit tests.
-           Note: We need to only include some classes but there seems to be no way to do that using
-           the JAR plugin --&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-jar-plugin&lt;/artifactId&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;test-jar&lt;/goal&gt;
-            &lt;/goals&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt;
-      &lt;plugin&gt;
-        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;group&gt;"Public API" "org.codehaus.cargo.container*", "Public SPI" "org.codehaus.cargo.container.spi*", "Internal API" "org.codehaus.cargo.container.internal*"&lt;/group&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-&lt;/project&gt;

Copied: core/tags/cargo-core-1.0-beta-2/api/container/pom.xml (from rev 1815, core/trunk/api/container/pom.xml)
===================================================================
--- core/tags/cargo-core-1.0-beta-2/api/container/pom.xml                        (rev 0)
+++ core/tags/cargo-core-1.0-beta-2/api/container/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -0,0 +1,82 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Core Container API&lt;/name&gt;
+  &lt;packaging&gt;jar&lt;/packaging&gt;
+  &lt;description&gt;API to start/stop/configure containers&lt;/description&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-module&lt;/artifactId&gt;
+      &lt;version&gt;${project.version}&lt;/version&gt;
+      &lt;scope&gt;compile&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;
+      &lt;artifactId&gt;geronimo-j2ee-deployment_1.1_spec&lt;/artifactId&gt;
+      &lt;version&gt;1.0&lt;/version&gt;
+      &lt;scope&gt;compile&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;ant&lt;/groupId&gt;
+      &lt;artifactId&gt;ant&lt;/artifactId&gt;
+      &lt;version&gt;1.6.5&lt;/version&gt;
+      &lt;scope&gt;compile&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
+      &lt;version&gt;${project.version}&lt;/version&gt;
+      &lt;type&gt;test-jar&lt;/type&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;!-- We create an attached artifact containing reusable test classes which we're reusing
+           in other module's unit tests.
+           Note: We need to only include some classes but there seems to be no way to do that using
+           the JAR plugin --&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-jar-plugin&lt;/artifactId&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;test-jar&lt;/goal&gt;
+            &lt;/goals&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;
+      &lt;plugin&gt;
+        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+        &lt;configuration&gt;
+          &lt;group&gt;"Public API" "org.codehaus.cargo.container*", "Public SPI" "org.codehaus.cargo.container.spi*", "Internal API" "org.codehaus.cargo.container.internal*"&lt;/group&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+&lt;/project&gt;

Deleted: core/tags/cargo-core-1.0-beta-2/api/generic/pom.xml
===================================================================
--- core/trunk/api/generic/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ core/tags/cargo-core-1.0-beta-2/api/generic/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -1,60 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-core-api-generic&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Core Generic API&lt;/name&gt;
-  &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;description&gt;Core API to generically access the typed container API&lt;/description&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-      &lt;scope&gt;compile&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;commons-discovery&lt;/groupId&gt;
-      &lt;artifactId&gt;commons-discovery&lt;/artifactId&gt;
-      &lt;version&gt;0.4&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-      &lt;type&gt;test-jar&lt;/type&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;group&gt;"Public API" "org.codehaus.cargo.generic*", "Public SPI" "org.codehaus.cargo.generic.spi*", "Internal API" "org.codehaus.cargo.generic.internal*"&lt;/group&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-&lt;/project&gt;

Copied: core/tags/cargo-core-1.0-beta-2/api/generic/pom.xml (from rev 1815, core/trunk/api/generic/pom.xml)
===================================================================
--- core/tags/cargo-core-1.0-beta-2/api/generic/pom.xml                        (rev 0)
+++ core/tags/cargo-core-1.0-beta-2/api/generic/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -0,0 +1,60 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-core-api-generic&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Core Generic API&lt;/name&gt;
+  &lt;packaging&gt;jar&lt;/packaging&gt;
+  &lt;description&gt;Core API to generically access the typed container API&lt;/description&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
+      &lt;version&gt;${project.version}&lt;/version&gt;
+      &lt;scope&gt;compile&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;commons-discovery&lt;/groupId&gt;
+      &lt;artifactId&gt;commons-discovery&lt;/artifactId&gt;
+      &lt;version&gt;0.4&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-container&lt;/artifactId&gt;
+      &lt;version&gt;${project.version}&lt;/version&gt;
+      &lt;type&gt;test-jar&lt;/type&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+        &lt;configuration&gt;
+          &lt;group&gt;"Public API" "org.codehaus.cargo.generic*", "Public SPI" "org.codehaus.cargo.generic.spi*", "Internal API" "org.codehaus.cargo.generic.internal*"&lt;/group&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+&lt;/project&gt;

Deleted: core/tags/cargo-core-1.0-beta-2/api/module/pom.xml
===================================================================
--- core/trunk/api/module/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ core/tags/cargo-core-1.0-beta-2/api/module/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -1,78 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-core-api-module&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Core Module API&lt;/name&gt;
-  &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;description&gt;Core API to parse/create J2EE Modules&lt;/description&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;!-- set xerces, xml-apis and xalan to provided, so that these 
-    dependencies does not conflict with the surefire classpath while running the tests.
-    Usually these will be provided by environment (JDK and/or container) anyway --&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;xerces&lt;/groupId&gt;
-      &lt;artifactId&gt;xercesImpl&lt;/artifactId&gt;
-      &lt;version&gt;2.6.2&lt;/version&gt;
-      &lt;scope&gt;provided&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;xml-apis&lt;/groupId&gt;
-      &lt;artifactId&gt;xml-apis&lt;/artifactId&gt;
-      &lt;version&gt;1.3.02&lt;/version&gt;
-      &lt;scope&gt;provided&lt;/scope&gt;
-    &lt;/dependency&gt;    
-    &lt;dependency&gt;
-      &lt;groupId&gt;xalan&lt;/groupId&gt;
-      &lt;artifactId&gt;xalan&lt;/artifactId&gt;
-      &lt;version&gt;2.6.0&lt;/version&gt;
-      &lt;scope&gt;provided&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;xmlunit&lt;/groupId&gt;
-      &lt;artifactId&gt;xmlunit&lt;/artifactId&gt;
-      &lt;version&gt;1.0&lt;/version&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;dom4j&lt;/groupId&gt;
-      &lt;artifactId&gt;dom4j&lt;/artifactId&gt;
-      &lt;version&gt;1.4&lt;/version&gt;
-    &lt;/dependency&gt;    
-    &lt;dependency&gt;
-      &lt;groupId&gt;jdom&lt;/groupId&gt;
-      &lt;artifactId&gt;jdom&lt;/artifactId&gt;
-      &lt;version&gt;1.0&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;jaxen&lt;/groupId&gt;
-      &lt;artifactId&gt;jaxen&lt;/artifactId&gt;
-      &lt;version&gt;1.0-FCS&lt;/version&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-      &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
-      &lt;version&gt;${project.version}&lt;/version&gt;
-      &lt;type&gt;test-jar&lt;/type&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;group&gt;"Public API" "org.codehaus.cargo.module*", "Public SPI" "org.codehaus.cargo.module.spi*", "Internal API" "org.codehaus.cargo.module.internal*"&lt;/group&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-&lt;/project&gt;

Copied: core/tags/cargo-core-1.0-beta-2/api/module/pom.xml (from rev 1815, core/trunk/api/module/pom.xml)
===================================================================
--- core/tags/cargo-core-1.0-beta-2/api/module/pom.xml                        (rev 0)
+++ core/tags/cargo-core-1.0-beta-2/api/module/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -0,0 +1,78 &lt; at &gt;&lt; at &gt;
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-core-api-module&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Core Module API&lt;/name&gt;
+  &lt;packaging&gt;jar&lt;/packaging&gt;
+  &lt;description&gt;Core API to parse/create J2EE Modules&lt;/description&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
+      &lt;version&gt;${project.version}&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;!-- set xerces, xml-apis and xalan to provided, so that these 
+    dependencies does not conflict with the surefire classpath while running the tests.
+    Usually these will be provided by environment (JDK and/or container) anyway --&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;xerces&lt;/groupId&gt;
+      &lt;artifactId&gt;xercesImpl&lt;/artifactId&gt;
+      &lt;version&gt;2.6.2&lt;/version&gt;
+      &lt;scope&gt;provided&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;xml-apis&lt;/groupId&gt;
+      &lt;artifactId&gt;xml-apis&lt;/artifactId&gt;
+      &lt;version&gt;1.3.02&lt;/version&gt;
+      &lt;scope&gt;provided&lt;/scope&gt;
+    &lt;/dependency&gt;    
+    &lt;dependency&gt;
+      &lt;groupId&gt;xalan&lt;/groupId&gt;
+      &lt;artifactId&gt;xalan&lt;/artifactId&gt;
+      &lt;version&gt;2.6.0&lt;/version&gt;
+      &lt;scope&gt;provided&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;xmlunit&lt;/groupId&gt;
+      &lt;artifactId&gt;xmlunit&lt;/artifactId&gt;
+      &lt;version&gt;1.0&lt;/version&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;dom4j&lt;/groupId&gt;
+      &lt;artifactId&gt;dom4j&lt;/artifactId&gt;
+      &lt;version&gt;1.4&lt;/version&gt;
+    &lt;/dependency&gt;    
+    &lt;dependency&gt;
+      &lt;groupId&gt;jdom&lt;/groupId&gt;
+      &lt;artifactId&gt;jdom&lt;/artifactId&gt;
+      &lt;version&gt;1.0&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;jaxen&lt;/groupId&gt;
+      &lt;artifactId&gt;jaxen&lt;/artifactId&gt;
+      &lt;version&gt;1.0-FCS&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+      &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
+      &lt;version&gt;${project.version}&lt;/version&gt;
+      &lt;type&gt;test-jar&lt;/type&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+        &lt;configuration&gt;
+          &lt;group&gt;"Public API" "org.codehaus.cargo.module*", "Public SPI" "org.codehaus.cargo.module.spi*", "Internal API" "org.codehaus.cargo.module.internal*"&lt;/group&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+&lt;/project&gt;

Deleted: core/tags/cargo-core-1.0-beta-2/api/pom.xml
===================================================================
--- core/trunk/api/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ core/tags/cargo-core-1.0-beta-2/api/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -1,45 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-core&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;name&gt;Cargo Core API&lt;/name&gt;
-  &lt;packaging&gt;pom&lt;/packaging&gt;
-  &lt;description&gt;The Cargo Core API&lt;/description&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-  &lt;modules&gt;
-    &lt;module&gt;util&lt;/module&gt;
-    &lt;module&gt;module&lt;/module&gt;
-    &lt;module&gt;container&lt;/module&gt;
-    &lt;module&gt;generic&lt;/module&gt;
-  &lt;/modules&gt;
-&lt;/project&gt;

Copied: core/tags/cargo-core-1.0-beta-2/api/pom.xml (from rev 1815, core/trunk/api/pom.xml)
===================================================================
--- core/tags/cargo-core-1.0-beta-2/api/pom.xml                        (rev 0)
+++ core/tags/cargo-core-1.0-beta-2/api/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -0,0 +1,45 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-core&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
+  &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;name&gt;Cargo Core API&lt;/name&gt;
+  &lt;packaging&gt;pom&lt;/packaging&gt;
+  &lt;description&gt;The Cargo Core API&lt;/description&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-checkstyle-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  &lt;modules&gt;
+    &lt;module&gt;util&lt;/module&gt;
+    &lt;module&gt;module&lt;/module&gt;
+    &lt;module&gt;container&lt;/module&gt;
+    &lt;module&gt;generic&lt;/module&gt;
+  &lt;/modules&gt;
+&lt;/project&gt;

Deleted: core/tags/cargo-core-1.0-beta-2/api/util/pom.xml
===================================================================
--- core/trunk/api/util/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ core/tags/cargo-core-1.0-beta-2/api/util/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -1,56 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Core Util API&lt;/name&gt;
-  &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;description&gt;Core Utility API (logging, Ant utils, File utils, etc)&lt;/description&gt;
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;ant&lt;/groupId&gt;
-      &lt;artifactId&gt;ant&lt;/artifactId&gt;
-      &lt;version&gt;1.6.5&lt;/version&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;!-- We create an attached artifact containing reusable test classes which we're reusing
-           in other module's unit tests.
-           Note: We need to only include some classes but there seems to be no way to do that using
-           the JAR plugin --&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-jar-plugin&lt;/artifactId&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;test-jar&lt;/goal&gt;
-            &lt;/goals&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-&lt;/project&gt;

Copied: core/tags/cargo-core-1.0-beta-2/api/util/pom.xml (from rev 1815, core/trunk/api/util/pom.xml)
===================================================================
--- core/tags/cargo-core-1.0-beta-2/api/util/pom.xml                        (rev 0)
+++ core/tags/cargo-core-1.0-beta-2/api/util/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -0,0 +1,56 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  --&gt;
+
+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;parent&gt;
+    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
+    &lt;artifactId&gt;cargo-core-api&lt;/artifactId&gt;
+    &lt;version&gt;1.0-beta-2&lt;/version&gt;
+  &lt;/parent&gt;
+  &lt;artifactId&gt;cargo-core-api-util&lt;/artifactId&gt;
+  &lt;name&gt;Cargo Core Util API&lt;/name&gt;
+  &lt;packaging&gt;jar&lt;/packaging&gt;
+  &lt;description&gt;Core Utility API (logging, Ant utils, File utils, etc)&lt;/description&gt;
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;ant&lt;/groupId&gt;
+      &lt;artifactId&gt;ant&lt;/artifactId&gt;
+      &lt;version&gt;1.6.5&lt;/version&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;!-- We create an attached artifact containing reusable test classes which we're reusing
+           in other module's unit tests.
+           Note: We need to only include some classes but there seems to be no way to do that using
+           the JAR plugin --&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-jar-plugin&lt;/artifactId&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;test-jar&lt;/goal&gt;
+            &lt;/goals&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+&lt;/project&gt;

Deleted: core/tags/cargo-core-1.0-beta-2/containers/geronimo/pom.xml
===================================================================
--- core/trunk/containers/geronimo/pom.xml2008-12-02 14:28:32 UTC (rev 1810)
+++ core/tags/cargo-core-1.0-beta-2/containers/geronimo/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -1,30 +0,0 &lt; at &gt;&lt; at &gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;!--
-  ~ Copyright 2005-2007 Vincent Massol.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  --&gt;
-        
-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;parent&gt;
-    &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
-    &lt;artifactId&gt;cargo-core-containers&lt;/artifactId&gt;
-    &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-  &lt;/parent&gt;
-  &lt;artifactId&gt;cargo-core-container-geronimo&lt;/artifactId&gt;
-  &lt;name&gt;Cargo Core Geronimo Container&lt;/name&gt;
-  &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;description&gt;Core API implementation for Geronimo containers&lt;/description&gt;
-&lt;/project&gt;

Copied: core/tags/cargo-core-1.0-beta-2/containers/geronimo/pom.xml (from rev 1815, core/trunk/containers/geronimo/pom.xml)
===================================================================
--- core/tags/cargo-core-1.0-beta-2/containers/geronimo/pom.xml                        (rev 0)
+++ core/tags/cargo-core-1.0-beta-2/containers/geronimo/pom.xml2008-12-03 00:11:07 UTC (rev 1816)
&lt; at &gt;&lt; at &gt; -0,0 +1,30 &lt; at &gt;&lt; at &gt;
+&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;!--
+  ~ Copyright 2005-2007 Vincent Massol.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~   