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 2009/04/23 00:57:04 UTC

svn commit: r767705 [24/31] - in /maven/mercury/trunk/mercury-core: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/maven/ src/main/java/org/apache/maven/mercury/ src/main/java/org/apache/maven/mer...

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081009.214126-6.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081009.214126-6.pom
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081009.214126-6.pom.sha1
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081009.214126-6.pom.sha1?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081009.214126-6.pom.sha1 (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081009.214126-6.pom.sha1 Wed Apr 22 22:56:48 2009
@@ -0,0 +1 @@
+a1c571d0e7dd01516d7e7ff62ddea74c0e9d1aa1
\ No newline at end of file

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom Wed Apr 22 22:56:48 2009
@@ -0,0 +1,317 @@
+<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>
+
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury</artifactId>
+    <version>1.0.0-alpha-2-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1-alpha-2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Mercury parent POM:                 ${project.version}</name>
+
+  <properties>
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+
+    <mercury.version>1.0.0-alpha-2-SNAPSHOT</mercury.version>
+    
+    <mercury.version.artifact>1.0.0-alpha-2-SNAPSHOT</mercury.version.artifact>
+    <mercury.version.crypto>1.0.0-alpha-2-SNAPSHOT</mercury.version.crypto>
+    <mercury.version.md>1.0.0-alpha-2-SNAPSHOT</mercury.version.md>
+    <mercury.version.repo>1.0.0-alpha-2-SNAPSHOT</mercury.version.repo>
+    <mercury.version.transport>1.0.0-alpha-2-SNAPSHOT</mercury.version.transport>
+
+  </properties>
+  
+  <issueManagement>
+  	<system>jira</system>
+  	<url>http://jira.codehaus.org/browse/MERCURY</url>
+  </issueManagement>
+  
+  <developers>
+    <developer>
+      <name>Jan Bartel</name>
+    </developer>
+    <developer>
+      <name>Jesse McConnell</name>
+    </developer>
+    <developer>
+      <name>Oleg Gusakov</name>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+    </developer>
+    <developer>
+      <name>Greg Wilkins</name>
+    </developer>
+  </developers>
+  
+  <dependencyManagement>
+    <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-basic</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-http</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-api</artifactId>
+      <version>${mercury.version.md}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-sat</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-local-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-remote-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+ 
+<profiles>
+  <profile>
+  	<id>mercury.install.all</id>
+    <activation>
+      <property>
+        <name>mercury.install.all</name>
+        <value>true</value>
+      </property>
+    </activation>
+    <build>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<version>1.0-alpha-3</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireMavenVersion>
+									<version>[2.0.9,)</version>
+								</requireMavenVersion>
+								<requireJavaVersion>
+									<version>1.5.0</version>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.0</version>
+				<executions>
+					<execution>
+						<id>clean</id>
+						<goals>
+							<goal>clean</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	  </profile>
+</profiles>  
+
+<build>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+    </resources>
+
+    <testResources>
+      <testResource>
+        <directory>src/test/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>false</filtering>
+      </testResource>
+    </testResources>
+
+<plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+          	<id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+      
+      <!--
+      <plugin>
+        <groupId>com.google.code.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+        <configuration>
+          <basedir>${basedir}</basedir>
+          <header>${basedir}/header.txt</header>
+          <quiet>false</quiet>
+          <includes>
+            <include>src/**</include>
+          </includes>
+          <useDefaultExcludes>true</useDefaultExcludes>
+          <useDefaultMapping>true</useDefaultMapping>
+        </configuration>
+      </plugin>
+      -->
+    </plugins>
+ 
+  </build>
+  
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-43</version>
+    </dependency>  
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>    
+    <dependency>
+    	<groupId>org.codehaus.plexus</groupId>
+    	<artifactId>plexus-lang</artifactId>
+    	<version>1.0</version>
+    </dependency>
+
+    <dependency>
+    	<groupId>org.slf4j</groupId>
+    	<artifactId>slf4j-jdk14</artifactId>
+    	<version>1.5.2</version>
+    </dependency>
+<!--     
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.5.2</version>
+    </dependency>
+ -->
+  </dependencies>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom.sha1
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom.sha1?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom.sha1 (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081014.023618-10.pom.sha1 Wed Apr 22 22:56:48 2009
@@ -0,0 +1 @@
+a1c571d0e7dd01516d7e7ff62ddea74c0e9d1aa1
\ No newline at end of file

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2-tests.jar
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2-tests.jar?rev=767705&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2-tests.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2.pom?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2.pom (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2.pom Wed Apr 22 22:56:48 2009
@@ -0,0 +1,317 @@
+<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>
+
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury</artifactId>
+    <version>1.0.0-alpha-2-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1-alpha-2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Mercury parent POM:                 ${project.version}</name>
+
+  <properties>
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+
+    <mercury.version>1.0.0-alpha-2-SNAPSHOT</mercury.version>
+    
+    <mercury.version.artifact>1.0.0-alpha-2-SNAPSHOT</mercury.version.artifact>
+    <mercury.version.crypto>1.0.0-alpha-2-SNAPSHOT</mercury.version.crypto>
+    <mercury.version.md>1.0.0-alpha-2-SNAPSHOT</mercury.version.md>
+    <mercury.version.repo>1.0.0-alpha-2-SNAPSHOT</mercury.version.repo>
+    <mercury.version.transport>1.0.0-alpha-2-SNAPSHOT</mercury.version.transport>
+
+  </properties>
+  
+  <issueManagement>
+  	<system>jira</system>
+  	<url>http://jira.codehaus.org/browse/MERCURY</url>
+  </issueManagement>
+  
+  <developers>
+    <developer>
+      <name>Jan Bartel</name>
+    </developer>
+    <developer>
+      <name>Jesse McConnell</name>
+    </developer>
+    <developer>
+      <name>Oleg Gusakov</name>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+    </developer>
+    <developer>
+      <name>Greg Wilkins</name>
+    </developer>
+  </developers>
+  
+  <dependencyManagement>
+    <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-basic</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-http</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-api</artifactId>
+      <version>${mercury.version.md}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-sat</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-local-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-remote-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+ 
+<profiles>
+  <profile>
+  	<id>mercury.install.all</id>
+    <activation>
+      <property>
+        <name>mercury.install.all</name>
+        <value>true</value>
+      </property>
+    </activation>
+    <build>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<version>1.0-alpha-3</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireMavenVersion>
+									<version>[2.0.9,)</version>
+								</requireMavenVersion>
+								<requireJavaVersion>
+									<version>1.5.0</version>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.0</version>
+				<executions>
+					<execution>
+						<id>clean</id>
+						<goals>
+							<goal>clean</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	  </profile>
+</profiles>  
+
+<build>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+    </resources>
+
+    <testResources>
+      <testResource>
+        <directory>src/test/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>false</filtering>
+      </testResource>
+    </testResources>
+
+<plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+          	<id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+      
+      <!--
+      <plugin>
+        <groupId>com.google.code.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+        <configuration>
+          <basedir>${basedir}</basedir>
+          <header>${basedir}/header.txt</header>
+          <quiet>false</quiet>
+          <includes>
+            <include>src/**</include>
+          </includes>
+          <useDefaultExcludes>true</useDefaultExcludes>
+          <useDefaultMapping>true</useDefaultMapping>
+        </configuration>
+      </plugin>
+      -->
+    </plugins>
+ 
+  </build>
+  
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-43</version>
+    </dependency>  
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>    
+    <dependency>
+    	<groupId>org.codehaus.plexus</groupId>
+    	<artifactId>plexus-lang</artifactId>
+    	<version>1.0</version>
+    </dependency>
+
+    <dependency>
+    	<groupId>org.slf4j</groupId>
+    	<artifactId>slf4j-jdk14</artifactId>
+    	<version>1.5.2</version>
+    </dependency>
+<!--     
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.5.2</version>
+    </dependency>
+ -->
+  </dependencies>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081015.003721-2.pom
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3-tests.jar
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3-tests.jar?rev=767705&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3-tests.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3.pom?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3.pom (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3.pom Wed Apr 22 22:56:48 2009
@@ -0,0 +1,317 @@
+<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>
+
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury</artifactId>
+    <version>1.0.0-alpha-2-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1-alpha-2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Mercury parent POM:                 ${project.version}</name>
+
+  <properties>
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+
+    <mercury.version>1.0.0-alpha-2-SNAPSHOT</mercury.version>
+    
+    <mercury.version.artifact>1.0.0-alpha-2-SNAPSHOT</mercury.version.artifact>
+    <mercury.version.crypto>1.0.0-alpha-2-SNAPSHOT</mercury.version.crypto>
+    <mercury.version.md>1.0.0-alpha-2-SNAPSHOT</mercury.version.md>
+    <mercury.version.repo>1.0.0-alpha-2-SNAPSHOT</mercury.version.repo>
+    <mercury.version.transport>1.0.0-alpha-2-SNAPSHOT</mercury.version.transport>
+
+  </properties>
+  
+  <issueManagement>
+  	<system>jira</system>
+  	<url>http://jira.codehaus.org/browse/MERCURY</url>
+  </issueManagement>
+  
+  <developers>
+    <developer>
+      <name>Jan Bartel</name>
+    </developer>
+    <developer>
+      <name>Jesse McConnell</name>
+    </developer>
+    <developer>
+      <name>Oleg Gusakov</name>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+    </developer>
+    <developer>
+      <name>Greg Wilkins</name>
+    </developer>
+  </developers>
+  
+  <dependencyManagement>
+    <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-basic</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-http</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-api</artifactId>
+      <version>${mercury.version.md}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-sat</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-local-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-remote-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+ 
+<profiles>
+  <profile>
+  	<id>mercury.install.all</id>
+    <activation>
+      <property>
+        <name>mercury.install.all</name>
+        <value>true</value>
+      </property>
+    </activation>
+    <build>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<version>1.0-alpha-3</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireMavenVersion>
+									<version>[2.0.9,)</version>
+								</requireMavenVersion>
+								<requireJavaVersion>
+									<version>1.5.0</version>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.0</version>
+				<executions>
+					<execution>
+						<id>clean</id>
+						<goals>
+							<goal>clean</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	  </profile>
+</profiles>  
+
+<build>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+    </resources>
+
+    <testResources>
+      <testResource>
+        <directory>src/test/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>false</filtering>
+      </testResource>
+    </testResources>
+
+<plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+          	<id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+      
+      <!--
+      <plugin>
+        <groupId>com.google.code.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+        <configuration>
+          <basedir>${basedir}</basedir>
+          <header>${basedir}/header.txt</header>
+          <quiet>false</quiet>
+          <includes>
+            <include>src/**</include>
+          </includes>
+          <useDefaultExcludes>true</useDefaultExcludes>
+          <useDefaultMapping>true</useDefaultMapping>
+        </configuration>
+      </plugin>
+      -->
+    </plugins>
+ 
+  </build>
+  
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-43</version>
+    </dependency>  
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>    
+    <dependency>
+    	<groupId>org.codehaus.plexus</groupId>
+    	<artifactId>plexus-lang</artifactId>
+    	<version>1.0</version>
+    </dependency>
+
+    <dependency>
+    	<groupId>org.slf4j</groupId>
+    	<artifactId>slf4j-jdk14</artifactId>
+    	<version>1.5.2</version>
+    </dependency>
+<!--     
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.5.2</version>
+    </dependency>
+ -->
+  </dependencies>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081016.005900-3.pom
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4-tests.jar
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4-tests.jar?rev=767705&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4-tests.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom Wed Apr 22 22:56:48 2009
@@ -0,0 +1,317 @@
+<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>
+
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury</artifactId>
+    <version>1.0.0-alpha-2-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1-alpha-2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Mercury parent POM:                 ${project.version}</name>
+
+  <properties>
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+
+    <mercury.version>1.0.0-alpha-2-SNAPSHOT</mercury.version>
+    
+    <mercury.version.artifact>1.0.0-alpha-2-SNAPSHOT</mercury.version.artifact>
+    <mercury.version.crypto>1.0.0-alpha-2-SNAPSHOT</mercury.version.crypto>
+    <mercury.version.md>1.0.0-alpha-2-SNAPSHOT</mercury.version.md>
+    <mercury.version.repo>1.0.0-alpha-2-SNAPSHOT</mercury.version.repo>
+    <mercury.version.transport>1.0.0-alpha-2-SNAPSHOT</mercury.version.transport>
+
+  </properties>
+  
+  <issueManagement>
+  	<system>jira</system>
+  	<url>http://jira.codehaus.org/browse/MERCURY</url>
+  </issueManagement>
+  
+  <developers>
+    <developer>
+      <name>Jan Bartel</name>
+    </developer>
+    <developer>
+      <name>Jesse McConnell</name>
+    </developer>
+    <developer>
+      <name>Oleg Gusakov</name>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+    </developer>
+    <developer>
+      <name>Greg Wilkins</name>
+    </developer>
+  </developers>
+  
+  <dependencyManagement>
+    <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-basic</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-http</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-api</artifactId>
+      <version>${mercury.version.md}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-sat</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-local-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-remote-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+ 
+<profiles>
+  <profile>
+  	<id>mercury.install.all</id>
+    <activation>
+      <property>
+        <name>mercury.install.all</name>
+        <value>true</value>
+      </property>
+    </activation>
+    <build>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<version>1.0-alpha-3</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireMavenVersion>
+									<version>[2.0.9,)</version>
+								</requireMavenVersion>
+								<requireJavaVersion>
+									<version>1.5.0</version>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.0</version>
+				<executions>
+					<execution>
+						<id>clean</id>
+						<goals>
+							<goal>clean</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	  </profile>
+</profiles>  
+
+<build>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+    </resources>
+
+    <testResources>
+      <testResource>
+        <directory>src/test/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>false</filtering>
+      </testResource>
+    </testResources>
+
+<plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+          	<id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+      
+      <!--
+      <plugin>
+        <groupId>com.google.code.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+        <configuration>
+          <basedir>${basedir}</basedir>
+          <header>${basedir}/header.txt</header>
+          <quiet>false</quiet>
+          <includes>
+            <include>src/**</include>
+          </includes>
+          <useDefaultExcludes>true</useDefaultExcludes>
+          <useDefaultMapping>true</useDefaultMapping>
+        </configuration>
+      </plugin>
+      -->
+    </plugins>
+ 
+  </build>
+  
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-43</version>
+    </dependency>  
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>    
+    <dependency>
+    	<groupId>org.codehaus.plexus</groupId>
+    	<artifactId>plexus-lang</artifactId>
+    	<version>1.0</version>
+    </dependency>
+
+    <dependency>
+    	<groupId>org.slf4j</groupId>
+    	<artifactId>slf4j-jdk14</artifactId>
+    	<version>1.5.2</version>
+    </dependency>
+<!--     
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.5.2</version>
+    </dependency>
+ -->
+  </dependencies>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom.sha1
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom.sha1?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom.sha1 (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081017.214422-4.pom.sha1 Wed Apr 22 22:56:48 2009
@@ -0,0 +1 @@
+a1c571d0e7dd01516d7e7ff62ddea74c0e9d1aa1
\ No newline at end of file

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom Wed Apr 22 22:56:48 2009
@@ -0,0 +1,317 @@
+<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>
+
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury</artifactId>
+    <version>1.0.0-alpha-2-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1-alpha-2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Mercury parent POM:                 ${project.version}</name>
+
+  <properties>
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+
+    <mercury.version>1.0.0-alpha-2-SNAPSHOT</mercury.version>
+    
+    <mercury.version.artifact>1.0.0-alpha-2-SNAPSHOT</mercury.version.artifact>
+    <mercury.version.crypto>1.0.0-alpha-2-SNAPSHOT</mercury.version.crypto>
+    <mercury.version.md>1.0.0-alpha-2-SNAPSHOT</mercury.version.md>
+    <mercury.version.repo>1.0.0-alpha-2-SNAPSHOT</mercury.version.repo>
+    <mercury.version.transport>1.0.0-alpha-2-SNAPSHOT</mercury.version.transport>
+
+  </properties>
+  
+  <issueManagement>
+  	<system>jira</system>
+  	<url>http://jira.codehaus.org/browse/MERCURY</url>
+  </issueManagement>
+  
+  <developers>
+    <developer>
+      <name>Jan Bartel</name>
+    </developer>
+    <developer>
+      <name>Jesse McConnell</name>
+    </developer>
+    <developer>
+      <name>Oleg Gusakov</name>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+    </developer>
+    <developer>
+      <name>Greg Wilkins</name>
+    </developer>
+  </developers>
+  
+  <dependencyManagement>
+    <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-basic</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-http</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-api</artifactId>
+      <version>${mercury.version.md}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-sat</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-local-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-remote-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+ 
+<profiles>
+  <profile>
+  	<id>mercury.install.all</id>
+    <activation>
+      <property>
+        <name>mercury.install.all</name>
+        <value>true</value>
+      </property>
+    </activation>
+    <build>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<version>1.0-alpha-3</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireMavenVersion>
+									<version>[2.0.9,)</version>
+								</requireMavenVersion>
+								<requireJavaVersion>
+									<version>1.5.0</version>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.0</version>
+				<executions>
+					<execution>
+						<id>clean</id>
+						<goals>
+							<goal>clean</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	  </profile>
+</profiles>  
+
+<build>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+    </resources>
+
+    <testResources>
+      <testResource>
+        <directory>src/test/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>false</filtering>
+      </testResource>
+    </testResources>
+
+<plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+          	<id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+      
+      <!--
+      <plugin>
+        <groupId>com.google.code.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+        <configuration>
+          <basedir>${basedir}</basedir>
+          <header>${basedir}/header.txt</header>
+          <quiet>false</quiet>
+          <includes>
+            <include>src/**</include>
+          </includes>
+          <useDefaultExcludes>true</useDefaultExcludes>
+          <useDefaultMapping>true</useDefaultMapping>
+        </configuration>
+      </plugin>
+      -->
+    </plugins>
+ 
+  </build>
+  
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-43</version>
+    </dependency>  
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>    
+    <dependency>
+    	<groupId>org.codehaus.plexus</groupId>
+    	<artifactId>plexus-lang</artifactId>
+    	<version>1.0</version>
+    </dependency>
+
+    <dependency>
+    	<groupId>org.slf4j</groupId>
+    	<artifactId>slf4j-jdk14</artifactId>
+    	<version>1.5.2</version>
+    </dependency>
+<!--     
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.5.2</version>
+    </dependency>
+ -->
+  </dependencies>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom.sha1
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom.sha1?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom.sha1 (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-20081018.014646-16.pom.sha1 Wed Apr 22 22:56:48 2009
@@ -0,0 +1 @@
+a1c571d0e7dd01516d7e7ff62ddea74c0e9d1aa1
\ No newline at end of file

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT-tests.jar
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT-tests.jar?rev=767705&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT-tests.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT.pom?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT.pom (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT.pom Wed Apr 22 22:56:48 2009
@@ -0,0 +1,317 @@
+<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>
+
+  <parent>
+    <groupId>org.apache.maven.mercury</groupId>
+    <artifactId>mercury</artifactId>
+    <version>1.0.0-alpha-2-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1-alpha-2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Mercury parent POM:                 ${project.version}</name>
+
+  <properties>
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+
+    <mercury.version>1.0.0-alpha-2-SNAPSHOT</mercury.version>
+    
+    <mercury.version.artifact>1.0.0-alpha-2-SNAPSHOT</mercury.version.artifact>
+    <mercury.version.crypto>1.0.0-alpha-2-SNAPSHOT</mercury.version.crypto>
+    <mercury.version.md>1.0.0-alpha-2-SNAPSHOT</mercury.version.md>
+    <mercury.version.repo>1.0.0-alpha-2-SNAPSHOT</mercury.version.repo>
+    <mercury.version.transport>1.0.0-alpha-2-SNAPSHOT</mercury.version.transport>
+
+  </properties>
+  
+  <issueManagement>
+  	<system>jira</system>
+  	<url>http://jira.codehaus.org/browse/MERCURY</url>
+  </issueManagement>
+  
+  <developers>
+    <developer>
+      <name>Jan Bartel</name>
+    </developer>
+    <developer>
+      <name>Jesse McConnell</name>
+    </developer>
+    <developer>
+      <name>Oleg Gusakov</name>
+    </developer>
+    <developer>
+      <name>Jason van Zyl</name>
+    </developer>
+    <developer>
+      <name>Greg Wilkins</name>
+    </developer>
+  </developers>
+  
+  <dependencyManagement>
+    <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-crypto-basic</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-transport-http</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-api</artifactId>
+      <version>${mercury.version.md}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-md-sat</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-api</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-local-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-remote-m2</artifactId>
+      <version>1.0.0-alpha-2-SNAPSHOT</version>
+    </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+ 
+<profiles>
+  <profile>
+  	<id>mercury.install.all</id>
+    <activation>
+      <property>
+        <name>mercury.install.all</name>
+        <value>true</value>
+      </property>
+    </activation>
+    <build>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<version>1.0-alpha-3</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireMavenVersion>
+									<version>[2.0.9,)</version>
+								</requireMavenVersion>
+								<requireJavaVersion>
+									<version>1.5.0</version>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.0</version>
+				<executions>
+					<execution>
+						<id>clean</id>
+						<goals>
+							<goal>clean</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	  </profile>
+</profiles>  
+
+<build>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+    </resources>
+
+    <testResources>
+      <testResource>
+        <directory>src/test/java</directory>
+        <filtering>false</filtering>
+        <includes>
+            <include>**/Messages.properties</include>
+        </includes>
+      </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>false</filtering>
+      </testResource>
+    </testResources>
+
+<plugins>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+          	<id>package-tests</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+      
+      <!--
+      <plugin>
+        <groupId>com.google.code.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+        <configuration>
+          <basedir>${basedir}</basedir>
+          <header>${basedir}/header.txt</header>
+          <quiet>false</quiet>
+          <includes>
+            <include>src/**</include>
+          </includes>
+          <useDefaultExcludes>true</useDefaultExcludes>
+          <useDefaultMapping>true</useDefaultMapping>
+        </configuration>
+      </plugin>
+      -->
+    </plugins>
+ 
+  </build>
+  
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-43</version>
+    </dependency>  
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>    
+    <dependency>
+    	<groupId>org.codehaus.plexus</groupId>
+    	<artifactId>plexus-lang</artifactId>
+    	<version>1.0</version>
+    </dependency>
+
+    <dependency>
+    	<groupId>org.slf4j</groupId>
+    	<artifactId>slf4j-jdk14</artifactId>
+    	<version>1.5.2</version>
+    </dependency>
+<!--     
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.5.2</version>
+    </dependency>
+ -->
+  </dependencies>
+
+</project>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/mercury-pom-1-alpha-2-SNAPSHOT.pom
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/resolver-status.properties
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/resolver-status.properties?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/resolver-status.properties (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/resolver-status.properties Wed Apr 22 22:56:48 2009
@@ -0,0 +1,27 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you 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.
+#
+#Last modified on: Tue Oct 21 15:55:27 PDT 2008
+#Tue Oct 21 15:55:27 PDT 2008
+ch.rel.maven-metadata-ch.rel.xml.lastUpdated=1224551378215
+apache.snapshots.maven-metadata-apache.snapshots.xml.lastUpdated=1224551377316
+codehaus.snapshots.maven-metadata-codehaus.snapshots.xml.lastUpdated=1224551378360
+ch.sn.maven-metadata-ch.sn.xml.lastUpdated=1224551378074
+sona.staging.maven-metadata-sona.staging.xml.lastUpdated=1224629727493
+sona.central.maven-metadata-sona.central.xml.lastUpdated=1224551377927
+maven.central.maven-metadata-maven.central.xml.lastUpdated=1224551377764

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/resolver-status.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1-alpha-2-SNAPSHOT/resolver-status.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml Wed Apr 22 22:56:48 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you 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.
+
+-->
+<metadata>
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1.0.0-alpha-2-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <timestamp>20081110.035029</timestamp>
+      <buildNumber>33</buildNumber>
+    </snapshot>
+    <lastUpdated>20081110035046</lastUpdated>
+  </versioning>
+</metadata>

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml.sha1
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml.sha1?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml.sha1 (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-apache.snapshots.xml.sha1 Wed Apr 22 22:56:48 2009
@@ -0,0 +1 @@
+1c1dd0f34b4573337802e0b79a9a7bda003f15d8
\ No newline at end of file

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-local.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-local.xml?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-local.xml (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-local.xml Wed Apr 22 22:56:48 2009
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you 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.
+
+-->
+<metadata>
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1.0.0-alpha-2-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <localCopy>true</localCopy>
+    </snapshot>
+    <lastUpdated>20081110035045</lastUpdated>
+  </versioning>
+</metadata>

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-local.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-maven.central.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-maven.central.xml?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-maven.central.xml (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-maven.central.xml Wed Apr 22 22:56:48 2009
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you 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.
+
+-->
+<metadata>
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1.0.0-alpha-2-SNAPSHOT</version>
+</metadata>

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-maven.central.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-maven.central.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml Wed Apr 22 22:56:48 2009
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you 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.
+
+-->
+<metadata>
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1.0.0-alpha-2-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <timestamp>20081108.025000</timestamp>
+      <buildNumber>37</buildNumber>
+    </snapshot>
+    <lastUpdated>20081108025001</lastUpdated>
+  </versioning>
+</metadata>

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml.sha1
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml.sha1?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml.sha1 (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sona.central.xml.sha1 Wed Apr 22 22:56:48 2009
@@ -0,0 +1 @@
+5a0eb9c8bc40337d8b2b30f280f8821ca5077495

Added: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sonatype-forge.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sonatype-forge.xml?rev=767705&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sonatype-forge.xml (added)
+++ maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sonatype-forge.xml Wed Apr 22 22:56:48 2009
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+<!--
+
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you 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.
+
+-->
+  <groupId>org.apache.maven.mercury</groupId>
+  <artifactId>mercury-pom</artifactId>
+  <version>1.0.0-alpha-2-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <timestamp>20081102.184718</timestamp>
+      <buildNumber>21</buildNumber>
+    </snapshot>
+    <lastUpdated>20081102184720</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sonatype-forge.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/mercury/trunk/mercury-core/src/test/resources/localTestRepoRemoteM2/org/apache/maven/mercury/mercury-pom/1.0.0-alpha-2-SNAPSHOT/maven-metadata-sonatype-forge.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision