Merge "Update Maven pom/jar prebuilts" am: 942e867545

Original change: https://android-review.googlesource.com/c/platform/prebuilts/tools/+/1491877

Change-Id: Id7912cf88c4c81b5b63a45bda51524cc7bb3273c
diff --git a/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
new file mode 100644
index 0000000..1deef14
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar.md5 b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar.md5
new file mode 100644
index 0000000..c7a7586
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar.md5
@@ -0,0 +1 @@
+ed448347fc0104034aa14c8189bf37de
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar.sha1 b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar.sha1
new file mode 100644
index 0000000..66a2bd0
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar.sha1
@@ -0,0 +1 @@
+5043bfebc3db072ed80fbd362e7caf00e885d8ae
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
new file mode 100644
index 0000000..e4b4503
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
@@ -0,0 +1,504 @@
+<!--

+   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.

+-->

+

+<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">

+  <!--

+    - Note that due to the special requirements of logging unit-tests, most

+    - tests are executed in the "integration-test" phase rather than the

+    - "test" phase. Please run "mvn integration-test" to run the full suite of

+    - available unit tests.

+    -->

+  <parent>

+    <groupId>org.apache.commons</groupId>

+    <artifactId>commons-parent</artifactId>

+    <version>5</version>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>commons-logging</groupId>

+  <artifactId>commons-logging</artifactId>

+  <name>Commons Logging</name>

+  <version>1.1.1</version>

+  <description>Commons Logging is a thin adapter allowing configurable bridging to other,

+    well known logging systems.</description>

+  <url>http://commons.apache.org/logging</url>

+

+  <issueManagement>

+    <system>JIRA</system>

+    <url>http://issues.apache.org/jira/browse/LOGGING</url>

+  </issueManagement>

+

+  <inceptionYear>2001</inceptionYear>

+

+  <developers>

+    <developer>

+      <id>morgand</id>

+      <name>Morgan Delagrange</name>

+      <email>morgand at apache dot org</email>

+      <organization>Apache</organization>

+      <roles>

+        <role>Java Developer</role>

+      </roles>

+    </developer>

+    <developer>

+      <id>rwaldhoff</id>

+      <name>Rodney Waldhoff</name>

+      <email>rwaldhoff at apache org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>craigmcc</id>

+      <name>Craig McClanahan</name>

+      <email>craigmcc at apache org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>sanders</id>

+      <name>Scott Sanders</name>

+      <email>sanders at apache dot org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>rdonkin</id>

+      <name>Robert Burrell Donkin</name>

+      <email>rdonkin at apache dot org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>donaldp</id>

+      <name>Peter Donald</name>

+      <email>donaldp at apache dot org</email>

+    </developer>

+    <developer>

+      <id>costin</id>

+      <name>Costin Manolache</name>

+      <email>costin at apache dot org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>rsitze</id>

+      <name>Richard Sitze</name>

+      <email>rsitze at apache dot org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>baliuka</id>

+      <name>Juozas Baliuka</name>

+      <email>baliuka@apache.org</email>

+      <roles>

+        <role>Java Developer</role>

+      </roles>

+    </developer>

+    <developer>

+      <id>skitching</id>

+      <name>Simon Kitching</name>

+      <email>skitching@apache.org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>dennisl</id>

+      <name>Dennis Lundberg</name>

+      <email>dennisl@apache.org</email>

+      <organization>Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <id>bstansberry</id>

+      <name>Brian Stansberry</name>

+    </developer>

+  </developers>

+

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1</developerConnection>

+    <url>http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1</url>

+  </scm>

+

+  <build>

+    <sourceDirectory>src/java</sourceDirectory>

+    <testSourceDirectory>src/test</testSourceDirectory>

+

+    <testResources>

+      <testResource>

+        <directory>src/test</directory>

+        <filtering>false</filtering>

+        <includes>

+          <include>**/*.properties</include>

+        </includes>

+      </testResource>

+    </testResources>

+

+    <plugins>

+

+      <!--

+        - The custom test framework requires the unit test code to be

+        - in a jarfile so it can control its place in the classpath.

+        -->

+      <plugin>      

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jar-plugin</artifactId>

+        <configuration>

+          <archive>

+            <manifestFile>src/conf/MANIFEST.MF</manifestFile>

+          </archive>

+        </configuration>

+        <executions>

+          <execution>

+            <id>testjar</id>

+            <phase>package</phase>

+            <goals>

+              <goal>test-jar</goal>

+            </goals>

+            <configuration>

+              <jarName>commons-logging</jarName>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+

+      <plugin>

+        <!--

+          - We want to create four jarfiles from this project: normal, tests, api

+          - and adapters. The first two are handled by the normal jar:jar target.

+          - Alas, the standard jar plugin doesn't have includes/excludes support

+          - in version 2.0, so antrun is used to create the other ones.

+          -->

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-antrun-plugin</artifactId>

+        <version>1.1</version>

+        <executions>

+          <execution>

+            <id>apijar</id>

+            <phase>package</phase>

+            <configuration>

+              <tasks>

+                <property name="workdir" value="${project.build.directory}/rejar" />

+                <property name="target" value="${project.artifactId}-api-${project.version}" />

+

+                <delete dir="${workdir}" failonerror="false" />

+                <mkdir dir="${workdir}" />

+

+                <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${workdir}" />

+                <jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${basedir}/src/conf/MANIFEST.MF">

+                  <exclude name="org/apache/commons/logging/impl/Log4J*" />

+                  <exclude name="org/apache/commons/logging/impl/Avalon*" />

+                  <exclude name="org/apache/commons/logging/impl/Jdk13*" />

+                  <exclude name="org/apache/commons/logging/impl/LogKit*" />

+                  <exclude name="org/apache/commons/logging/impl/Servlet*" />

+                </jar>

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+          <execution>

+            <id>adaptersjar</id>

+            <phase>package</phase>

+            <configuration>

+              <tasks>

+                <property name="workdir" value="${project.build.directory}/rejar" />

+                <property name="target" value="${project.artifactId}-adapters-${project.version}" />

+

+                <delete dir="${workdir}" failonerror="false" />

+                <mkdir dir="${workdir}" />

+

+                <unjar src="${project.build.directory}/${project.build.finalName}.jar" dest="${workdir}" />

+                <jar basedir="${workdir}" destfile="${project.build.directory}/${target}.jar" manifest="${basedir}/src/conf/MANIFEST.MF">

+                  <exclude name="org/apache/commons/logging/*" />

+                  <exclude name="org/apache/commons/logging/impl/WeakHashtable*" />

+                  <exclude name="org/apache/commons/logging/impl/LogFactoryImpl*" />

+                </jar>

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+          <execution>

+            <id>site.resources</id>

+            <phase>site</phase>

+            <configuration>

+              <tasks>

+                <copy todir="${project.reporting.outputDirectory}">

+                  <fileset dir="${basedir}">

+                    <include name="RELEASE-NOTES.txt" />

+                  </fileset>

+                  <!--

+                    - The logo should be moved to

+                    - ${basedir}/src/site/resources/images

+                    - once we can drop support for the Maven 1 site.

+                    - When that is done this section can be removed.

+                    -->

+                  <fileset dir="${basedir}/xdocs">

+                    <include name="images/logo.png" />

+                  </fileset>

+                </copy>

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin> 

+

+      <plugin>

+        <!--

+          - Attach the adapters and api jars to the normal artifact. This way

+          - they will be deployed when the normal artifact is deployed.

+          -->

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>build-helper-maven-plugin</artifactId>

+        <version>1.0</version>

+        <executions>

+          <execution>

+            <id>attach-artifacts</id>

+            <phase>package</phase>

+            <goals>

+              <goal>attach-artifact</goal>

+            </goals>

+            <configuration>

+              <artifacts>

+                <artifact>

+                  <file>${project.build.directory}/${project.artifactId}-adapters-${project.version}.jar</file>

+                  <type>jar</type>

+                  <classifier>adapters</classifier>

+                </artifact>

+                <artifact>

+                  <file>${project.build.directory}/${project.artifactId}-api-${project.version}.jar</file>

+                  <type>jar</type>

+                  <classifier>api</classifier>

+                </artifact>

+              </artifacts>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-release-plugin</artifactId>

+        <version>2.0-beta-6</version>

+        <configuration>

+          <!--

+            - The site needs to be built prior to deploy,

+            - because it is included in the assembly.

+            -->

+          <goals>site deploy</goals>

+          <!-- Pass these arguments to the deploy plugin. -->

+          <arguments>-Prelease</arguments>

+        </configuration>

+      </plugin>

+

+      <plugin>

+        <!--

+          - Many of JCL's tests use tricky techniques to place the generated

+          - JCL jarfiles on the classpath in various configurations. This means

+          - that the tests must be run *after* the "package" build phase. The

+          - normal test phase is therefore disabled here, and the test plugin

+          - rebound to the "integration-test" phase instead.

+          -->

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <configuration>

+          <includes>

+            <include>**/AvalonLoggerTestCase.java</include>

+          </includes>

+        </configuration>

+

+        <executions>

+          <execution>

+            <id>integration-test</id>

+            <phase>integration-test</phase>

+            <goals>

+              <goal>test</goal>

+            </goals>

+            <configuration>

+              <includes>

+                <include>**/*TestCase.java</include>

+              </includes>

+              <systemProperties>

+                <!--

+                <property>

+                  <name>org.apache.commons.logging.diagnostics.dest</name>

+                  <value>STDOUT</value>

+                </property>

+                -->

+                <property>

+                  <name>commons-logging</name>

+                  <value>target/${project.build.finalName}.jar</value>

+                </property>

+                <property>

+                  <name>commons-logging-api</name>

+                  <value>target/${project.artifactId}-api-${project.version}.jar</value>

+                </property>

+                <property>

+                  <name>commons-logging-adapters</name>

+                  <value>target/${project.artifactId}-adapters-${project.version}.jar</value>

+                </property>

+                <property>

+                  <name>testclasses</name>

+                  <value>target/commons-logging-tests.jar</value>

+                </property>

+              </systemProperties>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-assembly-plugin</artifactId>

+        <version>2.2-beta-1</version>

+        <configuration>

+          <appendAssemblyId>false</appendAssemblyId>

+          <!-- Do not deploy the assemblies to the repository. -->

+          <attach>false</attach>

+          <descriptors>

+            <descriptor>src/assembly/assembly.xml</descriptor>

+          </descriptors>

+          <tarLongFileMode>gnu</tarLongFileMode>

+        </configuration>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-site-plugin</artifactId>

+        <version>2.0-beta-5</version>

+      </plugin>

+

+    </plugins>

+  </build>

+  

+  <profiles>

+    <!-- This profile can be removed when we update to commons-parent-5 -->

+    <profile>

+      <id>ci</id>

+      <distributionManagement>

+        <repository>

+          <id>apache.snapshots</id>

+          <name>Apache Development Snapshot Repository</name>

+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>

+        </repository>

+        <snapshotRepository>

+          <id>apache.snapshots</id>

+          <name>Apache Development Snapshot Repository</name>

+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>

+        </snapshotRepository>

+      </distributionManagement>

+    </profile>

+    <profile>

+      <id>release</id>

+      <build>

+        <plugins>

+          <plugin>

+            <!-- Create the assemblies automatically during release. -->

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-assembly-plugin</artifactId>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>single</goal>

+                </goals>

+                <phase>package</phase>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-deploy-plugin</artifactId>

+            <version>2.3</version>

+            <configuration>

+              <!-- Pick up this configuration from settings.xml. -->

+              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>

+              <updateReleaseInfo>true</updateReleaseInfo>

+            </configuration>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+  </profiles>

+

+  <dependencies>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>3.8.1</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>log4j</groupId>

+      <artifactId>log4j</artifactId>

+      <version>1.2.12</version>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>logkit</groupId>

+      <artifactId>logkit</artifactId>

+      <version>1.0.1</version>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>avalon-framework</groupId>

+      <artifactId>avalon-framework</artifactId>

+      <version>4.1.3</version>

+      <optional>true</optional>

+    </dependency>

+    <dependency>

+      <groupId>javax.servlet</groupId>

+      <artifactId>servlet-api</artifactId>

+      <version>2.3</version>

+      <scope>provided</scope>

+      <optional>true</optional>

+    </dependency>

+  </dependencies>

+

+  <reporting>

+    <plugins>

+      <!--

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-checkstyle-plugin</artifactId>

+        <configuration>

+          <configLocation>checkstyle.xml</configLocation>

+        </configuration>

+      </plugin>

+      -->

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>clirr-maven-plugin</artifactId>

+        <version>2.1.1</version>

+      </plugin>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>jdepend-maven-plugin</artifactId>

+        <version>2.0-beta-1</version>

+      </plugin>

+    </plugins>

+  </reporting>

+

+  <distributionManagement>

+    <site>

+      <id>apache.website</id>

+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/logging/</url>

+    </site>

+  </distributionManagement>

+

+  <properties>

+    <maven.compile.source>1.2</maven.compile.source>

+    <maven.compile.target>1.1</maven.compile.target>

+  </properties>

+</project>

diff --git a/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.md5 b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.md5
new file mode 100644
index 0000000..67ef014
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.md5
@@ -0,0 +1 @@
+976d812430b8246deeaf2ea54610f263
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.sha1 b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.sha1
new file mode 100644
index 0000000..b5a90cf
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.sha1
@@ -0,0 +1 @@
+76672afb562b9e903674ad3a544cdf2092f1faa3
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar
new file mode 100644
index 0000000..32209cb
--- /dev/null
+++ b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar
Binary files differ
diff --git a/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar.md5 b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar.md5
new file mode 100644
index 0000000..d42b8bc
--- /dev/null
+++ b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar.md5
@@ -0,0 +1 @@
+842f5d05ce8160b43ae47fce1746869e
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar.sha1 b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar.sha1
new file mode 100644
index 0000000..2cd7cc3
--- /dev/null
+++ b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.jar.sha1
@@ -0,0 +1 @@
+64417b3bafdecd366afa514bd5beeae6c1f85ece
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom
new file mode 100644
index 0000000..0175371
--- /dev/null
+++ b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom
@@ -0,0 +1,69 @@
+<?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>junit</groupId>
+    <artifactId>junit-dep</artifactId>
+    <version>4.10</version>
+    <name>JUnit</name>
+    <url>http://junit.org</url>
+    <description>
+        JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
+        It is used by the developer who implements unit tests in Java.
+    </description>
+    <organization>
+        <name>JUnit</name>
+        <url>http://www.junit.org</url>
+    </organization>
+    <mailingLists>
+        <mailingList>
+            <name>JUnit Mailing List</name>
+            <post>junit@yahoogroups.com</post>
+            <archive>
+                http://tech.groups.yahoo.com/group/junit/
+            </archive>
+        </mailingList>
+    </mailingLists>
+    <licenses>
+        <license>
+            <name>Common Public License Version 1.0</name>
+            <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:git:git://github.com/KentBeck/junit.git</connection>
+        <developerConnection>scm:git:git@github.com:KentBeck/junit.git</developerConnection>
+        <url>http://github.com/KentBeck/junit/tree/master</url>
+    </scm>
+    <developers>
+      <developer>
+        <id>dsaff</id>
+        <name>David Saff</name>
+        <email>david@saff.net</email>
+      </developer>
+    </developers>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <encoding>ISO-8859-1</encoding>
+                    <source>${jdk.version}</source>
+                    <target>${jdk.version}</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+          <groupId>org.hamcrest</groupId>
+          <artifactId>hamcrest-core</artifactId>
+          <version>1.1</version>
+          <scope>compile</scope>
+        </dependency>
+    </dependencies>
+
+    <properties>
+         <jdk.version>1.5</jdk.version>
+    </properties>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom.md5 b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom.md5
new file mode 100644
index 0000000..33c8e6d
--- /dev/null
+++ b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom.md5
@@ -0,0 +1 @@
+47779e72091d81d38551246d643e2e6e
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom.sha1 b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom.sha1
new file mode 100644
index 0000000..8df0a08
--- /dev/null
+++ b/common/m2/repository/junit/junit-dep/4.10/junit-dep-4.10.pom.sha1
@@ -0,0 +1 @@
+432471633be1bbff8ecebd500c14ac018b067dce
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit/4.12/junit-4.12.jar b/common/m2/repository/junit/junit/4.12/junit-4.12.jar
new file mode 100644
index 0000000..3a7fc26
--- /dev/null
+++ b/common/m2/repository/junit/junit/4.12/junit-4.12.jar
Binary files differ
diff --git a/common/m2/repository/junit/junit/4.12/junit-4.12.jar.md5 b/common/m2/repository/junit/junit/4.12/junit-4.12.jar.md5
new file mode 100644
index 0000000..7695df4
--- /dev/null
+++ b/common/m2/repository/junit/junit/4.12/junit-4.12.jar.md5
@@ -0,0 +1 @@
+5b38c40c97fbd0adee29f91e60405584
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit/4.12/junit-4.12.jar.sha1 b/common/m2/repository/junit/junit/4.12/junit-4.12.jar.sha1
new file mode 100644
index 0000000..94d69f8
--- /dev/null
+++ b/common/m2/repository/junit/junit/4.12/junit-4.12.jar.sha1
@@ -0,0 +1 @@
+2973d150c0dc1fefe998f834810d68f278ea58ec
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit/4.12/junit-4.12.pom b/common/m2/repository/junit/junit/4.12/junit-4.12.pom
new file mode 100644
index 0000000..799cb9b
--- /dev/null
+++ b/common/m2/repository/junit/junit/4.12/junit-4.12.pom
@@ -0,0 +1,551 @@
+<?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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>junit</groupId>
+    <artifactId>junit</artifactId>
+    <version>4.12</version>
+
+    <name>JUnit</name>
+    <description>JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.</description>
+    <url>http://junit.org</url>
+    <inceptionYear>2002</inceptionYear>
+    <organization>
+        <name>JUnit</name>
+        <url>http://www.junit.org</url>
+    </organization>
+    <licenses>
+        <license>
+            <name>Eclipse Public License 1.0</name>
+            <url>http://www.eclipse.org/legal/epl-v10.html</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <developers>
+        <developer>
+            <id>dsaff</id>
+            <name>David Saff</name>
+            <email>david@saff.net</email>
+        </developer>
+        <developer>
+            <id>kcooney</id>
+            <name>Kevin Cooney</name>
+            <email>kcooney@google.com</email>
+        </developer>
+        <developer>
+            <id>stefanbirkner</id>
+            <name>Stefan Birkner</name>
+            <email>mail@stefan-birkner.de</email>
+        </developer>
+        <developer>
+            <id>marcphilipp</id>
+            <name>Marc Philipp</name>
+            <email>mail@marcphilipp.de</email>
+        </developer>
+    </developers>
+    <contributors>
+        <contributor>
+            <name>JUnit contributors</name>
+            <organization>JUnit</organization>
+            <email>junit@yahoogroups.com</email>
+            <url>https://github.com/junit-team/junit/graphs/contributors</url>
+            <roles>
+                <role>developers</role>
+            </roles>
+        </contributor>
+    </contributors>
+
+    <mailingLists>
+        <mailingList>
+            <name>JUnit Mailing List</name>
+            <post>junit@yahoogroups.com</post>
+            <archive>https://groups.yahoo.com/neo/groups/junit/info</archive>
+        </mailingList>
+    </mailingLists>
+
+    <prerequisites>
+        <maven>3.0.4</maven>
+    </prerequisites>
+
+    <scm>
+        <connection>scm:git:git://github.com/junit-team/junit.git</connection>
+        <developerConnection>scm:git:git@github.com:junit-team/junit.git</developerConnection>
+        <url>http://github.com/junit-team/junit/tree/master</url>
+      <tag>r4.12</tag>
+  </scm>
+    <issueManagement>
+        <system>github</system>
+        <url>https://github.com/junit-team/junit/issues</url>
+    </issueManagement>
+    <ciManagement>
+        <system>jenkins</system>
+        <url>https://junit.ci.cloudbees.com/</url>
+    </ciManagement>
+    <distributionManagement>
+        <downloadUrl>https://github.com/junit-team/junit/wiki/Download-and-Install</downloadUrl>
+        <snapshotRepository>
+            <id>junit-snapshot-repo</id>
+            <name>Nexus Snapshot Repository</name>
+            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+        </snapshotRepository>
+        <repository>
+            <id>junit-releases-repo</id>
+            <name>Nexus Release Repository</name>
+            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+        </repository>
+        <site>
+            <id>junit.github.io</id>
+            <url>gitsite:git@github.com/junit-team/junit.git</url>
+        </site>
+    </distributionManagement>
+
+    <properties>
+        <jdkVersion>1.5</jdkVersion>
+        <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
+        <arguments />
+        <gpg.keyname>67893CC4</gpg.keyname>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.hamcrest</groupId>
+            <artifactId>hamcrest-core</artifactId>
+            <version>1.3</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+            </resource>
+            <resource>
+                <directory>${project.basedir}</directory>
+                <includes>
+                    <include>LICENSE-junit.txt</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <!--
+            Both "org.apache" and "org.codehaus" are default providers of MOJO plugins
+            which are especially dedicated to Maven projects.
+            The MOJO stands for "Maven plain Old Java Object".
+            Each mojo is an executable goal in Maven, and a plugin is a distribution of
+            one or more related mojos.
+            For more information see http://maven.apache.org/plugin-developers/index.html
+
+            The following plugins are ordered according the Maven build lifecycle.
+            http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
+            -->
+            <plugin>
+                <!--
+                Checks that the version of user's maven installation is 3.0.4,
+                the JDK is 1.5+, no non-standard repositories are specified in
+                the project, requires only release versions of dependencies of other artifacts.
+                -->
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <version>1.3.1</version>
+                <executions>
+                    <execution>
+                        <id>enforce-versions</id>
+                        <phase>initialize</phase>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <fail>true</fail>
+                            <rules>
+                                <requireMavenVersion>
+                                    <!-- Some plugin features require a recent Maven runtime to work properly -->
+                                    <message>Current version of Maven ${maven.version} required to build the project
+                                        should be ${project.prerequisites.maven}, or higher!
+                                    </message>
+                                    <version>[${project.prerequisites.maven},)</version>
+                                </requireMavenVersion>
+                                <requireJavaVersion>
+                                    <message>Current JDK version ${java.version} should be ${jdkVersion}, or higher!
+                                    </message>
+                                    <version>${jdkVersion}</version>
+                                </requireJavaVersion>
+                                <requireNoRepositories>
+                                    <message>Best Practice is to never define repositories in pom.xml (use a repository
+                                        manager instead).
+                                    </message>
+                                </requireNoRepositories>
+                                <requireReleaseDeps>
+                                    <message>No Snapshots Dependencies Allowed!</message>
+                                </requireReleaseDeps>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <!--
+                Updates Version#id().
+                -->
+                <groupId>com.google.code.maven-replacer-plugin</groupId>
+                <artifactId>replacer</artifactId>
+                <version>1.5.3</version>
+                <executions>
+                    <execution>
+                        <phase>process-sources</phase>
+                        <goals>
+                            <goal>replace</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <ignoreMissingFile>false</ignoreMissingFile>
+                    <file>src/main/java/junit/runner/Version.java.template</file>
+                    <outputFile>src/main/java/junit/runner/Version.java</outputFile>
+                    <regex>false</regex>
+                    <token>@version@</token>
+                    <value>${project.version}</value>
+                </configuration>
+            </plugin>
+            <plugin><!-- Using jdk 1.5.0_22, package-info.java files are compiled correctly. -->
+                <!--
+                java compiler plugin forked in extra process
+                -->
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.1</version>
+                <configuration>
+                    <encoding>${project.build.sourceEncoding}</encoding>
+                    <source>${jdkVersion}</source>
+                    <target>${jdkVersion}</target>
+                    <testSource>${jdkVersion}</testSource>
+                    <testTarget>${jdkVersion}</testTarget>
+                    <compilerVersion>1.5</compilerVersion>
+                    <showDeprecation>true</showDeprecation>
+                    <showWarnings>true</showWarnings>
+                    <debug>true</debug>
+                    <fork>true</fork>
+                    <compilerArgs>
+                        <arg>-Xlint:unchecked</arg>
+                    </compilerArgs>
+                    <maxmem>128m</maxmem>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>animal-sniffer-maven-plugin</artifactId>
+                <version>1.11</version>
+                <executions>
+                    <execution>
+                        <id>signature-check</id>
+                        <phase>test</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                        <configuration>
+                            <signature>
+                                <groupId>org.codehaus.mojo.signature</groupId>
+                                <artifactId>java15</artifactId>
+                                <version>1.0</version>
+                            </signature>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <!--
+                A plugin which uses the JUnit framework in order to start
+                our junit suite "AllTests" after the sources are compiled.
+                -->
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.17</version>
+                <configuration>
+                    <test>org/junit/tests/AllTests.java</test>
+                    <useSystemClassLoader>true</useSystemClassLoader>
+                    <enableAssertions>false</enableAssertions>
+                </configuration>
+            </plugin>
+            <plugin>
+                <!--
+                This plugin can package the main artifact's sources (src/main/java)
+                in to jar archive. See target/junit-*-sources.jar.
+                -->
+                <artifactId>maven-source-plugin</artifactId>
+                <version>2.2.1</version>
+            </plugin>
+            <plugin>
+                <!--
+                This plugin can generate Javadoc by a forked
+                process and then package the Javadoc
+                in jar archive target/junit-*-javadoc.jar.
+                -->
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <configuration>
+                    <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>
+                    <show>protected</show>
+                    <author>false</author>
+                    <version>false</version>
+                    <detectLinks>false</detectLinks>
+                    <linksource>true</linksource>
+                    <keywords>true</keywords>
+                    <use>false</use>
+                    <windowtitle>JUnit API</windowtitle>
+                    <encoding>UTF-8</encoding>
+                    <locale>en</locale>
+                    <javadocVersion>${jdkVersion}</javadocVersion>
+                    <javaApiLinks>
+                        <property>
+                            <name>api_${jdkVersion}</name>
+                            <value>http://docs.oracle.com/javase/${jdkVersion}.0/docs/api/</value>
+                        </property>
+                    </javaApiLinks>
+                    <excludePackageNames>junit.*,*.internal.*</excludePackageNames>
+                    <verbose>true</verbose>
+                    <minmemory>32m</minmemory>
+                    <maxmemory>128m</maxmemory>
+                    <failOnError>true</failOnError>
+                    <includeDependencySources>true</includeDependencySources>
+                    <dependencySourceIncludes>
+                        <dependencySourceInclude>org.hamcrest:hamcrest-core:*</dependencySourceInclude>
+                    </dependencySourceIncludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <mavenExecutorId>forked-path</mavenExecutorId>
+                    <useReleaseProfile>false</useReleaseProfile>
+                    <arguments>-Pgenerate-docs,junit-release ${arguments}</arguments>
+                    <tagNameFormat>r@{project.version}</tagNameFormat>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>3.3</version>
+                <dependencies>
+                    <dependency>
+                        <groupId>com.github.stephenc.wagon</groupId>
+                        <artifactId>wagon-gitsite</artifactId>
+                        <version>0.4.1</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.apache.maven.doxia</groupId>
+                        <artifactId>doxia-module-markdown</artifactId>
+                        <version>1.5</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.4</version>
+                <configuration>
+                    <archive>
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                        <manifest>
+                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                        </manifest>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.7</version>
+                <configuration>
+                    <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                    <!-- waiting for MPIR-267 -->
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>index</report>
+                            <report>dependency-info</report>
+                            <report>modules</report>
+                            <report>license</report>
+                            <report>project-team</report>
+                            <report>scm</report>
+                            <report>issue-tracking</report>
+                            <report>mailing-list</report>
+                            <report>dependency-management</report>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>cim</report>
+                            <report>distribution-management</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <configuration>
+                    <destDir>javadoc/latest</destDir>
+                    <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>
+                    <show>protected</show>
+                    <author>false</author>
+                    <version>false</version>
+                    <detectLinks>false</detectLinks>
+                    <linksource>true</linksource>
+                    <keywords>true</keywords>
+                    <use>false</use>
+                    <windowtitle>JUnit API</windowtitle>
+                    <encoding>UTF-8</encoding>
+                    <locale>en</locale>
+                    <javadocVersion>${jdkVersion}</javadocVersion>
+                    <javaApiLinks>
+                        <property>
+                            <name>api_${jdkVersion}</name>
+                            <value>http://docs.oracle.com/javase/${jdkVersion}.0/docs/api/</value>
+                        </property>
+                    </javaApiLinks>
+                    <excludePackageNames>junit.*,*.internal.*</excludePackageNames>
+                    <verbose>true</verbose>
+                    <minmemory>32m</minmemory>
+                    <maxmemory>128m</maxmemory>
+                    <failOnError>true</failOnError>
+                    <includeDependencySources>true</includeDependencySources>
+                    <dependencySourceIncludes>
+                        <dependencySourceInclude>org.hamcrest:hamcrest-core:*</dependencySourceInclude>
+                    </dependencySourceIncludes>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>javadoc</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <profiles>
+        <profile>
+            <id>junit-release</id>
+            <!--
+            Signs all artifacts before deploying to Maven Central.
+            -->
+            <build>
+                <plugins>
+                    <plugin>
+                        <!--
+                        The goal is to sign all artifacts so that the user may verify them before downloading.
+                        The automatic build system may reuire your key ID, and passphrase specified using system properties:
+                        -Dgpg.passphrase="<passphrase>" -Dgpg.keyname="<your key ID>"
+                        In order to create the key pair, use the command "gpg &ndash;&ndash;gen-key".
+                        (&ndash;&ndash; stands for double dash)
+                        -->
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.5</version>
+                        <executions>
+                            <execution>
+                                <id>gpg-sign</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>generate-docs</id>
+            <!--
+            Generate the documentation artifacts. 
+            Note: this profile is also required to be active for release
+            builds due to the packaging requirements of the Central repo
+            -->
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-source-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-sources</id>
+                                <phase>prepare-package</phase>
+                                <goals>
+                                    <goal>jar-no-fork</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-javadoc</id>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>restrict-doclint</id>
+            <!-- doclint is only supported by JDK 8 -->
+            <activation>
+                <jdk>[1.8,)</jdk>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <configuration>
+                            <compilerArgs>
+                                <arg>-Xlint:unchecked</arg>
+                                <arg>-Xdoclint:accessibility,reference,syntax</arg>
+                            </compilerArgs>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <configuration>
+                            <additionalparam>-Xdoclint:accessibility -Xdoclint:reference</additionalparam>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+            <reporting>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <configuration>
+                            <additionalparam>-Xdoclint:accessibility -Xdoclint:reference</additionalparam>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </reporting>
+        </profile>
+        <profile>
+            <id>fast-tests</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <parallel>classes</parallel>
+                            <threadCountClasses>2</threadCountClasses>
+                        </configuration>
+                        <dependencies>
+                            <dependency>
+                                <groupId>org.apache.maven.surefire</groupId>
+                                <artifactId>surefire-junit47</artifactId>
+                                <version>2.17</version>
+                            </dependency>
+                        </dependencies>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+</project>
diff --git a/common/m2/repository/junit/junit/4.12/junit-4.12.pom.md5 b/common/m2/repository/junit/junit/4.12/junit-4.12.pom.md5
new file mode 100644
index 0000000..c468822
--- /dev/null
+++ b/common/m2/repository/junit/junit/4.12/junit-4.12.pom.md5
@@ -0,0 +1 @@
+af7ca61fba26556cfe5b40cf15aadc14
\ No newline at end of file
diff --git a/common/m2/repository/junit/junit/4.12/junit-4.12.pom.sha1 b/common/m2/repository/junit/junit/4.12/junit-4.12.pom.sha1
new file mode 100644
index 0000000..339eaaf
--- /dev/null
+++ b/common/m2/repository/junit/junit/4.12/junit-4.12.pom.sha1
@@ -0,0 +1 @@
+35fb238baee3f3af739074d723279ebea2028398
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
new file mode 100644
index 0000000..167eecf
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
Binary files differ
diff --git a/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar.md5 b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar.md5
new file mode 100644
index 0000000..0bb3056
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar.md5
@@ -0,0 +1 @@
+f8fc0496846f567ec951ac0a0e25ed00
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar.sha1 b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar.sha1
new file mode 100644
index 0000000..c75910e
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar.sha1
@@ -0,0 +1 @@
+28b7614b908a47844bb27e3c94b45b6893656265
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
new file mode 100644
index 0000000..c2b9604
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.bouncycastle</groupId>
+  <artifactId>bcpkix-jdk15on</artifactId>
+  <packaging>jar</packaging>
+  <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
+  <version>1.48</version>
+  <description>The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.7. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
+  <url>http://www.bouncycastle.org/java.html</url>
+  <licenses>
+    <license>
+      <name>Bouncy Castle Licence</name>
+      <url>http://www.bouncycastle.org/licence.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
+  </scm>
+  <developers>
+    <developer>
+      <id>feedback-crypto</id>
+      <name>The Legion of the Bouncy Castle</name>
+      <email>feedback-crypto@bouncycastle.org</email>
+    </developer>
+  </developers>
+  <dependencies>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <version>1.48</version>
+      <type>jar</type>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom.md5 b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom.md5
new file mode 100644
index 0000000..8efe898
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom.md5
@@ -0,0 +1 @@
+65320987c7d5a56a36fb007483d032d0
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom.sha1 b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom.sha1
new file mode 100644
index 0000000..391f907
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom.sha1
@@ -0,0 +1 @@
+8fc7cecdba5ea3df0e29b659613dc21222a910fa
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
new file mode 100644
index 0000000..3fcb136
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
Binary files differ
diff --git a/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar.md5 b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar.md5
new file mode 100644
index 0000000..354e24b
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar.md5
@@ -0,0 +1 @@
+c08b58e03da7d469b0e7df6f4dd99712
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar.sha1 b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar.sha1
new file mode 100644
index 0000000..af542b8
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar.sha1
@@ -0,0 +1 @@
+960dea7c9181ba0b17e8bab0c06a43f0a5f04e65
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
new file mode 100644
index 0000000..d5ff7a4
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.bouncycastle</groupId>
+  <artifactId>bcprov-jdk15on</artifactId>
+  <packaging>jar</packaging>
+  <name>Bouncy Castle Provider</name>
+  <version>1.48</version>
+  <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</description>
+  <url>http://www.bouncycastle.org/java.html</url>
+  <licenses>
+    <license>
+      <name>Bouncy Castle Licence</name>
+      <url>http://www.bouncycastle.org/licence.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
+  </scm>
+  <developers>
+    <developer>
+      <id>feedback-crypto</id>
+      <name>The Legion of the Bouncy Castle</name>
+      <email>feedback-crypto@bouncycastle.org</email>
+    </developer>
+  </developers>
+</project>
diff --git a/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom.md5 b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom.md5
new file mode 100644
index 0000000..cdf3888
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom.md5
@@ -0,0 +1 @@
+f3c6a660187a6e6ad62c64ac934741be
\ No newline at end of file
diff --git a/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom.sha1 b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom.sha1
new file mode 100644
index 0000000..73c9e2a
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom.sha1
@@ -0,0 +1 @@
+645352132b8d239bcc737c3c164f435af97cd9bb
\ No newline at end of file
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar
new file mode 100644
index 0000000..2751601
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar
Binary files differ
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar.md5 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar.md5
new file mode 100644
index 0000000..98cbd5b
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar.md5
@@ -0,0 +1 @@
+ae73a52cdcbec10cd61d9ef22fab5936
\ No newline at end of file
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar.sha1 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar.sha1
new file mode 100644
index 0000000..fcbe1dc
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar.sha1
@@ -0,0 +1 @@
+5584627487e984c03456266d3f8802eb85a9ce97
\ No newline at end of file
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom
new file mode 100644
index 0000000..014c64a
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom
@@ -0,0 +1,25 @@
+<project>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.ccil.cowan.tagsoup</groupId>
+	<artifactId>tagsoup</artifactId>
+	<name>TagSoup</name>
+	<version>1.2.1</version>
+	<packaging>jar</packaging>
+	<description>TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.</description>
+	<url>http://home.ccil.org/~cowan/XML/tagsoup/</url>
+	<licenses>
+		<license>
+			<name>Apache License 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<url>http://home.ccil.org/~cowan/tagsoup/tagsoup-1.2.1-src.zip</url>
+	</scm>
+	<developers>
+		<developer>
+			<name>John Cowan</name>
+		</developer>
+	</developers>
+</project>
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom.md5 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom.md5
new file mode 100644
index 0000000..a7d8648
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom.md5
@@ -0,0 +1 @@
+eba8af7bc9fc3b5fa25d398a8dc6f0cc
\ No newline at end of file
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom.sha1 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom.sha1
new file mode 100644
index 0000000..499bec1
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom.sha1
@@ -0,0 +1 @@
+76cd0b65c7f465f7f1c5fcb7b4b274dbed776d2a
\ No newline at end of file
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar
new file mode 100644
index 0000000..af27803
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar
Binary files differ
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar.md5 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar.md5
new file mode 100644
index 0000000..32aec23
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar.md5
@@ -0,0 +1 @@
+b11b44149277505c8eea5fc60e9c81d5  /home/maven/repository-staging/to-ibiblio/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar.sha1 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar.sha1
new file mode 100644
index 0000000..7e6de23
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar.sha1
@@ -0,0 +1 @@
+639fd364750d7363c85797dc944b4a80f78fa684  /home/maven/repository-staging/to-ibiblio/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.jar
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom
new file mode 100644
index 0000000..bbfcd9e
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom
@@ -0,0 +1,17 @@
+<project>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.ccil.cowan.tagsoup</groupId>
+	<artifactId>tagsoup</artifactId>
+	<name>TagSoup</name>
+	<version>1.2</version>
+	<packaging>jar</packaging>
+	<description>TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.</description>
+	<url>http://home.ccil.org/~cowan/XML/tagsoup/</url>
+	<licenses>
+		<license>
+			<name>Apache License 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+</project>
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom.md5 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom.md5
new file mode 100644
index 0000000..adf47d0
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom.md5
@@ -0,0 +1 @@
+a2411d2479531805e52d5e808e546381  /home/maven/repository-staging/to-ibiblio/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom
diff --git a/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom.sha1 b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom.sha1
new file mode 100644
index 0000000..26e5fe6
--- /dev/null
+++ b/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom.sha1
@@ -0,0 +1 @@
+bd1d8737b6628cabee66d77100896e1f5665ac4e  /home/maven/repository-staging/to-ibiblio/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2/tagsoup-1.2.pom
diff --git a/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar
new file mode 100644
index 0000000..736960e
--- /dev/null
+++ b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar
Binary files differ
diff --git a/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.md5 b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.md5
new file mode 100644
index 0000000..b735852
--- /dev/null
+++ b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.md5
@@ -0,0 +1 @@
+8a53a7ae6e64acaf0747be3c3da394b0
\ No newline at end of file
diff --git a/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.sha1 b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.sha1
new file mode 100644
index 0000000..b94b5b7
--- /dev/null
+++ b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.sha1
@@ -0,0 +1 @@
+a1703c7b69a0590e25dad65ff8d14d7e465b019d
\ No newline at end of file
diff --git a/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom
new file mode 100644
index 0000000..575b285
--- /dev/null
+++ b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom
@@ -0,0 +1,159 @@
+<project>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>org.easymock</groupId>

+  <artifactId>easymock</artifactId>

+  <version>2.4</version>

+  <packaging>jar</packaging>

+  <name>EasyMock</name>

+  <url>http://www.easymock.org</url>

+  <description>EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism</description>

+  <licenses>

+    <license>

+      <name>MIT License</name>

+      <url>http://www.easymock.org/License.html</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+  <developers>

+    <developer>

+      <id>tammo</id>

+      <name>Tammo Freese</name>

+      <timezone>+1</timezone>

+    </developer>

+    <developer>

+      <id>henri</id>

+      <name>Henri Tremblay</name>

+      <url>http://www.jroller.com/Henri/</url>

+      <organization>Ossia Conseil</organization>

+      <organizationUrl>http://ossia-conseil.com</organizationUrl>      

+      <timezone>+1</timezone>

+    </developer>    

+  </developers>  

+  <issueManagement>

+    <system>SourceForge</system>

+    <url>http://sourceforge.net/tracker/?group_id=82958</url>

+  </issueManagement>  

+  <mailingLists>

+    <mailingList>

+      <name>User List</name>

+      <subscribe>From Yahoo groups</subscribe>

+      <unsubscribe>easymock-unsubscribe@yahoogroups.com</unsubscribe>

+      <post>easymock@yahoogroups.com</post>

+      <archive>http://tech.groups.yahoo.com/group/easymock/</archive>

+    </mailingList>

+  </mailingLists>  

+  <scm>

+    <url>http://easymock.cvs.sourceforge.net/easymock/</url>

+    <developerConnection>scm:cvs:ext:username@easymock.cvs.sourceforge.net:/cvsroot/easymock:easymock</developerConnection>

+    <connection>scm:cvs:pserver:anonymous@easymock.cvs.sourceforge.net:/cvsroot/easymock:easymock</connection>

+  </scm>  

+  <dependencies>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.4</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+  <build>

+    <sourceDirectory>${basedir}/src</sourceDirectory>

+    <testSourceDirectory>${basedir}/src-tests</testSourceDirectory>

+    <plugins>

+      <plugin>

+        <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>

+        <configuration>

+          <archive>

+            <index>true</index>

+            <manifestEntries>

+              <EasyMock-Version>${pom.version}</EasyMock-Version>

+            </manifestEntries>

+          </archive>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-source-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attach-sources</id>

+            <phase>verify</phase>

+            <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>

+            <phase>verify</phase>

+            <goals>

+              <goal>jar</goal>

+            </goals>

+          </execution>

+        </executions>	  

+	  </plugin>	  

+      <!-- plugin>

+        <artifactId>maven-clover-plugin</artifactId>

+        <version>2.4</version>

+        <configuration>

+        <licenseLocation>${basedir}/lib/clover.license</licenseLocation>

+        <jdk>1.5</jdk>

+        </configuration>

+        <executions>

+        <execution>

+        <phase>verify</phase>

+        <configuration>

+        <targetPercentage>100%</targetPercentage>

+        </configuration>

+        <goals>

+        <goal>instrument</goal>

+        <goal>check</goal>

+        </goals>

+        </execution>

+        </executions>

+        </plugin-->

+    </plugins>

+    <extensions>

+      <extension>

+        <groupId>org.apache.maven.wagon</groupId>

+        <artifactId>wagon-ssh-external</artifactId>

+        <version>1.0-beta-2</version>

+      </extension>

+    </extensions>

+  </build>

+  <reporting>

+    <plugins>

+      <plugin>

+        <artifactId>maven-javadoc-plugin</artifactId>

+        <configuration>

+          <excludePackageNames>*.internal</excludePackageNames>

+          <bottom><![CDATA[<i>Copyright &#169; 2001-2008 OFFIS, Tammo Freese. This documentation is provided under the terms of the MIT licence.</i>]]></bottom>

+        </configuration>

+      </plugin>

+    </plugins>

+  </reporting>

+  <distributionManagement>

+    <repository>

+      <id>easymock-release</id>

+      <name>EasyMock Repository</name>

+      <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository</url>

+    </repository>

+    <snapshotRepository>

+      <id>easymock-snapshot</id>

+      <name>EasyMock Snapshot Repository</name>

+      <url>scpexe://shell.sf.net/home/groups/e/ea/easymock/htdocs/maven/repository-snapshot</url>

+    </snapshotRepository>

+  </distributionManagement>

+</project>

diff --git a/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.md5 b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.md5
new file mode 100644
index 0000000..a16d35c
--- /dev/null
+++ b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.md5
@@ -0,0 +1 @@
+9e6db47ba3c9b2a4887a88a8493177b5
\ No newline at end of file
diff --git a/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.sha1 b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.sha1
new file mode 100644
index 0000000..10381a1
--- /dev/null
+++ b/common/m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.sha1
@@ -0,0 +1 @@
+5f92cbf438ebee568612cc3e22ec5deeb0bf025b
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar
new file mode 100644
index 0000000..e5149be
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar.md5 b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar.md5
new file mode 100644
index 0000000..d0c87b3
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar.md5
@@ -0,0 +1 @@
+b66d0c48e1f1dc54d4227db52512c15b
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar.sha1 b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar.sha1
new file mode 100644
index 0000000..6d004b6
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar.sha1
@@ -0,0 +1 @@
+860340562250678d1a344907ac75754e259cdb14
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
new file mode 100644
index 0000000..0911717
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
@@ -0,0 +1,12 @@
+<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.hamcrest</groupId>
+    <artifactId>hamcrest-parent</artifactId>
+    <version>1.1</version>
+  </parent>
+  <artifactId>hamcrest-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Hamcrest Core</name>
+
+</project>
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom.md5 b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom.md5
new file mode 100644
index 0000000..6097e03
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom.md5
@@ -0,0 +1 @@
+81c3c72a6b8abd09f4081c22e86babeb
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom.sha1 b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom.sha1
new file mode 100644
index 0000000..fa8a012
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom.sha1
@@ -0,0 +1 @@
+fe8b54d8729315853ee866322436df89aa8ab9ae
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
new file mode 100644
index 0000000..9d5fe16
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Binary files differ
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.md5 b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.md5
new file mode 100644
index 0000000..4954ba3
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.md5
@@ -0,0 +1 @@
+6393363b47ddcbba82321110c3e07519
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.sha1 b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.sha1
new file mode 100644
index 0000000..1085ece
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.sha1
@@ -0,0 +1 @@
+42a25dc3219429f0e5d060061f71acb49bf010a0
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
new file mode 100644
index 0000000..f37ce22
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<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.hamcrest</groupId>

+    <artifactId>hamcrest-parent</artifactId>

+    <version>1.3</version>

+  </parent>

+

+  <artifactId>hamcrest-core</artifactId>

+  <packaging>jar</packaging>

+  <name>Hamcrest Core</name>

+  <description>

+    This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.

+  </description>

+</project>

diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.md5 b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.md5
new file mode 100644
index 0000000..e5a1a5d
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.md5
@@ -0,0 +1 @@
+7cd680c223f3807e1ef353466b9a4b25
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.sha1 b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.sha1
new file mode 100644
index 0000000..53d5f15
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.sha1
@@ -0,0 +1 @@
+872e413497b906e7c9fa85ccc96046c5d1ef7ece
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar
new file mode 100644
index 0000000..e07447a
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar
Binary files differ
diff --git a/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.md5 b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.md5
new file mode 100644
index 0000000..83e3234
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.md5
@@ -0,0 +1 @@
+c145982b549171841ead95bd2fee78ce
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.sha1 b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.sha1
new file mode 100644
index 0000000..1dfbbf9
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.sha1
@@ -0,0 +1 @@
+5de0c73fef18917cd85d0ab70bb23818685e4dfd
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom
new file mode 100644
index 0000000..c82c3e9
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<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.hamcrest</groupId>

+    <artifactId>hamcrest-parent</artifactId>

+    <version>1.3</version>

+  </parent>

+

+  <artifactId>hamcrest-integration</artifactId>

+  <packaging>jar</packaging>
+  <name>Hamcrest Integration</name>

+  <description>

+    Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.

+  </description>

+

+  <dependencies>

+    <dependency>

+      <groupId>org.hamcrest</groupId>

+      <artifactId>hamcrest-library</artifactId>

+      <version>1.3</version>

+    </dependency>

+

+    <dependency>

+      <groupId>jmock</groupId>

+      <artifactId>jmock</artifactId>

+      <version>1.1.0</version>

+      <optional>true</optional>

+    </dependency>

+

+    <dependency>

+      <groupId>org.easymock</groupId>

+      <artifactId>easymock</artifactId>

+      <version>2.2</version>

+      <optional>true</optional>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.md5 b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.md5
new file mode 100644
index 0000000..cbcc635
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.md5
@@ -0,0 +1 @@
+442fa9ad7a4dfbd6a2ab5fca6e9b36c1
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.sha1 b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.sha1
new file mode 100644
index 0000000..483c6c8
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.sha1
@@ -0,0 +1 @@
+6175ef91dd87a6d909f7442f0a421acd227996b9
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
new file mode 100644
index 0000000..9eac80d
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
Binary files differ
diff --git a/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.md5 b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.md5
new file mode 100644
index 0000000..ff1f6de
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.md5
@@ -0,0 +1 @@
+110ad2ea84f7031a1798648b6b318e79
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.sha1 b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.sha1
new file mode 100644
index 0000000..ef93fa1
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.sha1
@@ -0,0 +1 @@
+4785a3c21320980282f9f33d0d1264a69040538f
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
new file mode 100644
index 0000000..5ffb7c3
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<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.hamcrest</groupId>

+    <artifactId>hamcrest-parent</artifactId>

+    <version>1.3</version>

+  </parent>

+

+  <artifactId>hamcrest-library</artifactId>

+  <packaging>jar</packaging>

+  <name>Hamcrest library</name>

+  <description>

+    Hamcrest library of matcher implementations.

+  </description>

+

+  <dependencies>

+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>

+      <version>1.3</version>
+    </dependency>

+  </dependencies>

+</project>
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.md5 b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.md5
new file mode 100644
index 0000000..ec98a39
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.md5
@@ -0,0 +1 @@
+f09e58cd2a1ea76816c17141db41b2e1
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.sha1 b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.sha1
new file mode 100644
index 0000000..2f61982
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.sha1
@@ -0,0 +1 @@
+8e2a1dd4d5ba590c7a904209f1f40f66d9349ee9
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom b/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
new file mode 100644
index 0000000..8ec7448
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
@@ -0,0 +1,170 @@
+<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.hamcrest</groupId>
+  <artifactId>hamcrest-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>1.1</version>
+  <name>Hamcrest Parent</name>
+
+  <inceptionYear>2006</inceptionYear>
+  <organization>
+    <name>Hamcrest</name>
+    <url>http://code.google.com/p/hamcrest</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>BSD style</name>
+      <url>http://www.opensource.org/licenses/bsd-license.php</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <developerConnection>scm:svn:https://hamcrest.googlecode.com/svn/tags/hamcrest-packaging-maven-1.1</developerConnection>
+    <url>https://hamcrest.googlecode.com/svn/tags/hamcrest-packaging-maven-1.1</url>
+  </scm>
+
+  <modules>
+    <module>hamcrest-all</module>
+    <module>hamcrest-core</module>
+    <module>hamcrest-generator</module>
+    <module>hamcrest-integration</module>
+    <module>hamcrest-library</module>
+  </modules>
+  
+  
+  <!-- NOTE:  all dependencies are declared at scope provided as they are optional -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>jmock</groupId>
+        <artifactId>jmock</artifactId>
+        <version>1.1.0</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.0</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>2.2</version>
+        <scope>provided</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <dependencies>
+    <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+    </dependency>
+  </dependencies>
+  
+  <distributionManagement>
+    <!--  
+      The id used must match a server id defined in ~/.m2/settings.xml
+    -->
+    <repository>
+      <id>hamcrest@repo1.maven.org</id>
+      <name>Central Maven Repository</name>
+      <url>scp://repo1.maven.org/home/projects/hamcrest/repository</url>
+    </repository>    
+  </distributionManagement>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <archive>
+            <compress>false</compress>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo.groovy</groupId>
+        <artifactId>groovy-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <executions>
+          <execution>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>execute</goal>
+            </goals>
+            <configuration>
+              <source>
+                <body>
+                  def ant = new AntBuilder()
+                  def script = "${basedir}/src/script/download-jars.sh"
+                  def version = "${release.version}"
+                  if ( version == "null" ){
+                    println("ERROR: 'release.version' property not set.")
+                  } else {
+                    println("Using release version ${release.version}")
+                  }                                      
+                  if ( new File(script).exists() ){
+                    // we are in top-level module
+                    println("Found script "+script)
+                    ant.exec(executable: script, dir: "${basedir}", 
+                            spawn: false, failifexecutionfails: true, failonerror: true){
+                      arg(value: "http://hamcrest.googlecode.com/files/")
+                      arg(value: "hamcrest-${release.version}.zip" )
+                      arg(value: "target")
+                      arg(value: "hamcrest-${release.version}")
+                    }
+                  } else {
+                    // we are in child module
+                    ant.copy(file: "${download.artifact.dir}/${artifact.name}.jar", 
+                            tofile: "${project.build.directory}/downloaded.jar", verbose: true)
+                    ant.unjar(src: "${project.build.directory}/downloaded.jar",
+                            dest: "${project.build.outputDirectory}")
+                  }
+                  </body>
+              </source>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-6</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+          <tagBase>https://hamcrest.googlecode.com/svn/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-webdav</artifactId>
+        <version>1.0-beta-2</version>
+      </extension>
+    </extensions>
+  </build>
+
+  <properties>
+    <release.version>1.1</release.version>
+    <download.dir>target</download.dir>
+    <download.name>hamcrest-${release.version}</download.name>
+    <artifact.name>${artifactId}-${release.version}</artifact.name>
+    <download.artifact.dir>${basedir}/../${download.dir}/${download.name}/${download.name}</download.artifact.dir>    
+  </properties>
+
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom.md5 b/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom.md5
new file mode 100644
index 0000000..b6d7dc7
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom.md5
@@ -0,0 +1 @@
+cab6883666583325c2bb8312c0e9f6b0
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom.sha1 b/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom.sha1
new file mode 100644
index 0000000..1f811cf
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom.sha1
@@ -0,0 +1 @@
+31ef4ab73bb6d6173f46ecf92d6bd9047516c6ca
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom b/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
new file mode 100644
index 0000000..df2698b
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<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.hamcrest</groupId>

+  <artifactId>hamcrest-parent</artifactId>

+  <version>1.3</version>

+  <packaging>pom</packaging>
+
+  <name>Hamcrest Maven Parent</name>

+  <url>https://github.com/hamcrest/JavaHamcrest</url>

+  <description>General parent POM for all hamcrest libraries.</description>

+

+  <licenses>

+    <license>

+      <name>New BSD License</name>

+      <url>http://www.opensource.org/licenses/bsd-license.php</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+

+  <scm>

+    <url>https://github.com/hamcrest/JavaHamcrest</url>

+    <connection>scm:git:git@github.com:hamcrest/JavaHamcrest.git</connection>

+  </scm>

+

+  <developers>

+    <developer>

+      <id>joe.walnes</id>

+      <name>Joe Walnes</name>

+      <roles>

+        <role>Developer</role>

+      </roles>

+    </developer>

+    <developer>

+      <id>nat.pryce</id>

+      <name>Nat Pryce</name>

+      <roles>

+        <role>Developer</role>

+      </roles>

+    </developer>

+    <developer>

+      <id>smgfreeman</id>

+      <name>Steve Freeman</name>

+      <roles>

+        <role>Developer</role>

+      </roles>

+    </developer>

+    <developer>

+      <id>neildunn</id>

+      <name>Neil Dunn</name>

+      <roles>

+        <role>Developer</role>

+      </roles>

+    </developer>

+    <developer>

+      <id>scarytom</id>

+      <name>Tom Denley</name>

+      <roles>

+        <role>Developer</role>

+      </roles>

+    </developer>

+  </developers>

+

+  <modules>

+    <module>hamcrest-core</module>

+    <module>hamcrest-generator</module>

+    <module>hamcrest-library</module>

+    <module>hamcrest-integration</module>

+  </modules>

+</project>

diff --git a/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.md5 b/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.md5
new file mode 100644
index 0000000..448cdba
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.md5
@@ -0,0 +1 @@
+7591ddb3581de8684c17e51741a7461d
\ No newline at end of file
diff --git a/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.sha1 b/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.sha1
new file mode 100644
index 0000000..c5c5f18
--- /dev/null
+++ b/common/m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.sha1
@@ -0,0 +1 @@
+80391bd32bfa4837a15215d5e9f07c60555c379a
\ No newline at end of file