You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/11/07 01:22:59 UTC

svn commit: r712020 [3/3] - in /maven/mercury/trunk/mercury-it/src/test: java/org/apache/maven/mercury/dependency/tests/ resources/ resources/repoPlugin/.cache/classworlds/classworlds/ resources/repoPlugin/.cache/classworlds/classworlds/classworlds-1.1...

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-project/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-project/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-project/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-project/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174752</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.apache.maven</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>maven-project</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0-1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.6</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.7</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.8</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.9</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/maven-repository-metadata-2.0.4/maven-repository-metadata-2.0.4.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/maven-repository-metadata-2.0.4/maven-repository-metadata-2.0.4.pom?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/maven-repository-metadata-2.0.4/maven-repository-metadata-2.0.4.pom (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/maven-repository-metadata-2.0.4/maven-repository-metadata-2.0.4.pom Thu Nov  6 16:22:54 2008
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>maven</artifactId>
+    <groupId>org.apache.maven</groupId>
+    <version>2.0.4</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven</groupId>
+  <artifactId>maven-repository-metadata</artifactId>
+  <name>Maven Repository Metadata Model</name>
+  <version>2.0.4</version>
+  <description>Maven Plugin Mapping</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
+        <version>1.0-alpha-7</version>
+        <executions>
+          <execution>
+            <id>site-xsd</id>
+            <phase>site</phase>
+            <goals>
+              <goal>xsd</goal>
+            </goals>
+          </execution>
+          <execution>
+            <goals>
+              <goal>xpp3-writer</goal>
+              <goal>java</goal>
+              <goal>xpp3-reader</goal>
+              <goal>xsd</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <version>1.0.0</version>
+          <model>src/main/mdo/metadata.mdo</model>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-repository-metadata/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174755</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.apache.maven</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>maven-repository-metadata</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.6</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.7</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.8</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.9</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/maven-settings-2.0.4/maven-settings-2.0.4.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/maven-settings-2.0.4/maven-settings-2.0.4.pom?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/maven-settings-2.0.4/maven-settings-2.0.4.pom (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/maven-settings-2.0.4/maven-settings-2.0.4.pom Thu Nov  6 16:22:54 2008
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>maven</artifactId>
+    <groupId>org.apache.maven</groupId>
+    <version>2.0.4</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-settings</artifactId>
+  <name>Maven Local Settings Model</name>
+  <version>2.0.4</version>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
+        <version>1.0-alpha-7</version>
+        <executions>
+          <execution>
+            <id>site-xsd</id>
+            <phase>site</phase>
+            <goals>
+              <goal>xsd</goal>
+            </goals>
+          </execution>
+          <execution>
+            <goals>
+              <goal>xpp3-writer</goal>
+              <goal>java</goal>
+              <goal>xpp3-reader</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <version>1.0.0</version>
+          <model>settings.mdo</model>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven-settings/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174754</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.apache.maven</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>maven-settings</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0-beta-3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.6</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.7</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.8</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.0.9</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven/maven-2.0.4/maven-2.0.4.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven/maven-2.0.4/maven-2.0.4.pom?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven/maven-2.0.4/maven-2.0.4.pom (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache.maven/maven/maven-2.0.4/maven-2.0.4.pom Thu Nov  6 16:22:54 2008
@@ -0,0 +1,341 @@
+<?xml version="1.0" encoding="UTF-8"?><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">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven</groupId>
+  <artifactId>maven</artifactId>
+  <packaging>pom</packaging>
+  <name>Maven</name>
+  <version>2.0.4</version>
+  <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description>
+  <url>http://maven.apache.org</url>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MNG</url>
+  </issueManagement>
+  <ciManagement>
+    <system>continuum</system>
+    <notifiers>
+      <notifier>
+        <configuration>
+          <address>notifications@maven.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <inceptionYear>2001</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>Maven User List</name>
+      <subscribe>users-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
+      <post>users@maven.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
+        <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Maven Developer List</name>
+      <subscribe>dev-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
+      <post>dev@maven.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Maven Commits List</name>
+      <subscribe>commits-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
+      <post>commits@maven.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Apache Announce List</name>
+      <subscribe>announce-subscribe@apache.org</subscribe>
+      <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
+      <post>announce@apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>jvanzyl</id>
+      <name>Jason van Zyl</name>
+      <email>jason@maven.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Chair</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>brett</id>
+      <name>Brett Porter</name>
+      <email>brett@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+10</timezone>
+    </developer>
+    <developer>
+      <id>evenisse</id>
+      <name>Emmanuel Venisse</name>
+      <email>emmanuel@maven.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>jdcasey</id>
+      <name>John Casey</name>
+      <email>jdcasey@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>kenney</id>
+      <name>Kenney Westerhof</name>
+      <email>kenney@apache.org</email>
+      <organization>Neonics</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>trygvis</id>
+      <name>Trygve Laugstol</name>
+      <email>trygvis@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>vmassol</id>
+      <name>Vincent Massol</name>
+      <email>vmassol@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>vsiveton</id>
+      <name>Vincent Siveton</name>
+      <email>vsiveton@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.4</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/components/tags/maven-2.0.4</url>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <profiles>
+    <profile>
+      <id>clean-before-source-assembly</id>
+      <activation>
+        <property>
+          <name>source-assembly</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-clean-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>clean-before-source-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>clean</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  <modules>
+    <module>maven-archiver</module>
+    <module>maven-artifact</module>
+    <module>maven-artifact-manager</module>
+    <module>maven-artifact-test</module>
+    <module>maven-core</module>
+    <module>maven-error-diagnostics</module>
+    <module>maven-model</module>
+    <module>maven-model-converter</module>
+    <module>maven-monitor</module>
+    <module>maven-plugin-api</module>
+    <module>maven-plugin-descriptor</module>
+    <module>maven-plugin-parameter-documenter</module>
+    <module>maven-plugin-registry</module>
+    <module>maven-plugin-tools</module>
+    <module>maven-profile</module>
+    <module>maven-project</module>
+    <module>maven-reporting</module>
+    <module>maven-repository-metadata</module>
+    <module>maven-script</module>
+    <module>maven-settings</module>
+  </modules>
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </repository>
+    <repository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Maven Repository Switchboard</name>
+      <url>http://repo1.maven.org/maven2</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+    </pluginRepository>
+    <pluginRepository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>snapshots</id>
+      <name>Maven Central Plugins Development Repository</name>
+      <url>http://snapshots.maven.codehaus.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <links>
+            <link>http://java.sun.com/j2ee/1.4/docs/api</link>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+            <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
+            <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
+            <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
+            <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
+            <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+            <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
+            <link>http://www.junit.org/junit/javadoc/</link>
+            <link>http://logging.apache.org/log4j/docs/api/</link>
+            <link>http://jakarta.apache.org/regexp/apidocs/</link>
+            <link>http://jakarta.apache.org/velocity/api/</link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-container-default</artifactId>
+        <version>1.0-alpha-9</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-utils</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-provider-api</artifactId>
+        <version>1.0-alpha-6</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh</artifactId>
+        <version>1.0-alpha-7</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-alpha-6</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-file</artifactId>
+        <version>1.0-alpha-7</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-http-lightweight</artifactId>
+        <version>1.0-alpha-6</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <distributionManagement>
+    <repository>
+      <id>repo1</id>
+      <name>Maven Central Repository</name>
+      <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Repository</name>
+      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}</url>
+    </site>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache/apache/apache-1/apache-1.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache/apache/apache-1/apache-1.pom?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache/apache/apache-1/apache-1.pom (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.apache/apache/apache-1/apache-1.pom Thu Nov  6 16:22:54 2008
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2005-2006 The Apache Software Foundation.
+  ~
+  ~ 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.
+  -->
+
+<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">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Shared parent. Doesn't define a lot of things about Apache like general mailing lists, but does
+       define the settings common to all projects at Apache -->
+  <groupId>org.apache</groupId>
+  <artifactId>apache</artifactId>
+  <version>1</version>
+  <packaging>pom</packaging>
+  <name>The Apache Software Foundation</name>
+  <description>
+    The Apache Software Foundation provides support for the Apache community of open-source software projects.
+    The Apache projects are characterized by a collaborative, consensus based development process, an open and
+    pragmatic software license, and a desire to create high quality software that leads the way in its field.
+    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
+    and users.
+  </description>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <url>http://www.apache.org/</url>
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://svn.apache.org/maven-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  <distributionManagement>
+    <!-- Site omitted - each project must provide their own -->
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Apache Announce List</name>
+      <subscribe>announce-subscribe@apache.org</subscribe>
+      <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
+      <post>announce@apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
+    </mailingList>
+  </mailingLists>
+</project>
+

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-archiver/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-archiver/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-archiver/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-archiver/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174801</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.codehaus.plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-archiver</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-7</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-8</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-9</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-10</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/meta-ga-id.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/meta-ga-id.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/meta-ga-id.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/meta-ga-id.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106235957</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.codehaus.plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-compiler-api</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.5.3</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/plexus-compiler-api-1.5.3/plexus-compiler-api-1.5.3.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/plexus-compiler-api-1.5.3/plexus-compiler-api-1.5.3.pom?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/plexus-compiler-api-1.5.3/plexus-compiler-api-1.5.3.pom (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-api/plexus-compiler-api-1.5.3/plexus-compiler-api-1.5.3.pom Thu Nov  6 16:22:54 2008
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>plexus-compiler</artifactId>
+    <groupId>org.codehaus.plexus</groupId>
+    <version>1.5.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>plexus-compiler-api</artifactId>
+  <name>Plexus Compiler Api</name>
+  <version>1.5.3</version>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/meta-ga-id.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/meta-ga-id.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/meta-ga-id.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/meta-ga-id.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106235957</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.codehaus.plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-compiler-manager</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.5.3</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/plexus-compiler-manager-1.5.3/plexus-compiler-manager-1.5.3.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/plexus-compiler-manager-1.5.3/plexus-compiler-manager-1.5.3.pom?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/plexus-compiler-manager-1.5.3/plexus-compiler-manager-1.5.3.pom (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler-manager/plexus-compiler-manager-1.5.3/plexus-compiler-manager-1.5.3.pom Thu Nov  6 16:22:54 2008
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>plexus-compiler</artifactId>
+    <groupId>org.codehaus.plexus</groupId>
+    <version>1.5.3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>plexus-compiler-manager</artifactId>
+  <name>Plexus Compiler Manager</name>
+  <version>1.5.3</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-compiler-api</artifactId>
+      <version>1.5.3</version>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler/plexus-compiler-1.5.3/plexus-compiler-1.5.3.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler/plexus-compiler-1.5.3/plexus-compiler-1.5.3.pom?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler/plexus-compiler-1.5.3/plexus-compiler-1.5.3.pom (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-compiler/plexus-compiler-1.5.3/plexus-compiler-1.5.3.pom Thu Nov  6 16:22:54 2008
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+  <parent>
+    <artifactId>plexus-components</artifactId>
+    <groupId>org.codehaus.plexus</groupId>
+    <version>1.1.6</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>plexus-compiler</artifactId>
+  <packaging>pom</packaging>
+  <name>Plexus Compiler Parent</name>
+  <version>1.5.3</version>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <version>1.3.3</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>descriptor</goal>
+              <goal>merge-descriptors</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <modules>
+    <module>plexus-compiler-api</module>
+    <module>plexus-compiler-test</module>
+    <module>plexus-compiler-manager</module>
+    <module>plexus-compilers</module>
+  </modules>
+
+  <scm>
+    <connection>scm:svn:https://svn.codehaus.org/plexus/tags/plexus-compiler-1.5.3</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/plexus/tags/plexus-compiler-1.5.3</developerConnection>
+  </scm>
+</project>

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-container-default/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-container-default/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-container-default/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-container-default/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,195 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174754</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.codehaus.plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-container-default</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-7</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-8</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-9</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-9-stable-1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-10</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-11</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-12</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-13</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-14</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-15</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-16</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-17</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-18</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-19</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-20</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-21</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-22</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-23</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-24</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-25</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-26</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-27</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-28</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-29</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-30</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-31</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-32</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-33</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-34</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-35</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-36</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-37</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-38</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-39</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-40</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-41</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-42</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-43</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-44</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-45</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-46</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-47</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-48</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-interactivity-api/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-interactivity-api/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-interactivity-api/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-interactivity-api/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174802</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.codehaus.plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-interactivity-api</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-6</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-utils/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-utils/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-utils/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/org.codehaus.plexus/plexus-utils/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174753</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>org.codehaus.plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-utils</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.0.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0.5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4-alpha-1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.6</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.7</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.8</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.4.9</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.5.1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.5.2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.5.3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.5.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.5.5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.5.6</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-container-default/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-container-default/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-container-default/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-container-default/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174804</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-container-default</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-1</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-5</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>1.0-alpha-6</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-jetty-httpd/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-jetty-httpd/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-jetty-httpd/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/plexus/plexus-jetty-httpd/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174803</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>plexus</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>plexus-jetty-httpd</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>1.0-beta-1</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file

Added: maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/servletapi/servletapi/meta-ga-testRemoteRepo.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/servletapi/servletapi/meta-ga-testRemoteRepo.xml?rev=712020&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/servletapi/servletapi/meta-ga-testRemoteRepo.xml (added)
+++ maven/mercury/trunk/mercury-it/src/test/resources/repoPlugin/.cache/servletapi/servletapi/meta-ga-testRemoteRepo.xml Thu Nov  6 16:22:54 2008
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?><cachedRawMetadata>
+  <lastUpdated>20081106174803</lastUpdated>
+  <elements>
+    <element>
+      <name>coordinates</name>
+      <attributes>
+        <attribute>
+          <name>groupId</name>
+          <value>servletapi</value>
+        </attribute>
+        <attribute>
+          <name>artifactId</name>
+          <value>servletapi</value>
+        </attribute>
+      </attributes>
+    </element>
+    <element>
+      <name>versions</name>
+      <attributes>
+        <attribute>
+          <name>version</name>
+          <value>2.2</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.3</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.4</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.4.public_draft</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.4-20030804.000000</value>
+        </attribute>
+        <attribute>
+          <name>version</name>
+          <value>2.4-20040521</value>
+        </attribute>
+      </attributes>
+    </element>
+  </elements>
+</cachedRawMetadata>
\ No newline at end of file