summaryrefslogtreecommitdiff
path: root/tycho/tycho-dependencies-m2repo/org/sonatype/spice
diff options
context:
space:
mode:
Diffstat (limited to 'tycho/tycho-dependencies-m2repo/org/sonatype/spice')
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/_remote.repositories3
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom105
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.sha11
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/_remote.repositories3
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom214
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.sha11
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/_remote.repositories3
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom260
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.sha11
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/_remote.repositories3
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom260
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.sha11
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/_remote.repositories3
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom211
-rw-r--r--tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha11
15 files changed, 1070 insertions, 0 deletions
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/_remote.repositories b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/_remote.repositories
new file mode 100644
index 0000000..ab6c63f
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Tue Apr 08 17:21:41 PDT 2014
+spice-parent-10.pom>central=
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
new file mode 100644
index 0000000..f3f2a5c
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
@@ -0,0 +1,105 @@
+<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.sonatype.forge</groupId>
+ <artifactId>forge-parent</artifactId>
+ <version>3</version>
+ </parent>
+ <groupId>org.sonatype.spice</groupId>
+ <artifactId>spice-parent</artifactId>
+ <version>10</version>
+ <packaging>pom</packaging>
+ <name>Sonatype Spice Components</name>
+
+ <scm>
+ <connection>scm:svn:http://svn.sonatype.org/spice/tags/spice-parent-10</connection>
+ <url>http://svn.sonatype.org/spice/tags/spice-parent-10</url>
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/spice-parent-10</developerConnection>
+ </scm>
+
+ <properties>
+ <jetty.version>6.1.14</jetty.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>1.0-beta-1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-annotations</artifactId>
+ <version>1.0-beta-1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <id>process-classes</id>
+ <goals>
+ <goal>generate-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.8</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+</project> \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.sha1 b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.sha1
new file mode 100644
index 0000000..0899a8e
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.sha1
@@ -0,0 +1 @@
+8e0e4ba87d63321333c26494698377b1204633a8 \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/_remote.repositories b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/_remote.repositories
new file mode 100644
index 0000000..3e82a4d
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Tue Apr 08 17:21:09 PDT 2014
+spice-parent-12.pom>central=
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
new file mode 100644
index 0000000..76f5887
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
@@ -0,0 +1,214 @@
+<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.sonatype.forge</groupId>
+ <artifactId>forge-parent</artifactId>
+ <version>4</version>
+ </parent>
+ <groupId>org.sonatype.spice</groupId>
+ <artifactId>spice-parent</artifactId>
+ <version>12</version>
+ <packaging>pom</packaging>
+ <name>Sonatype Spice Components</name>
+
+ <scm>
+ <connection>scm:svn:http://svn.sonatype.org/spice/tags/spice-parent-12</connection>
+ <url>http://svn.sonatype.org/spice/tags/spice-parent-12</url>
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/spice-parent-12</developerConnection>
+ </scm>
+
+ <licenses>
+ <license>
+ <name>Apache Public License 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <ciManagement>
+ <system>Hudson</system>
+ <url>https://grid.sonatype.org/ci/view/Spice/</url>
+ </ciManagement>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.sonatype.org/browse/SPICE</url>
+ </issueManagement>
+
+ <properties>
+ <!--
+ 2008.12.07 Oleg: reverted to 6.1.12 as http transport only works with that version | Please always sync with
+ mercury-http-transport !!
+ -->
+ <jetty.version>6.1.12</jetty.version>
+ <plexus.version>1.0-beta-3.0.5</plexus.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>${plexus.version}</version>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-annotations</artifactId>
+ <version>${plexus.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>${plexus.version}</version>
+ <executions>
+ <execution>
+ <id>process-classes</id>
+ <goals>
+ <goal>generate-metadata</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>process-test-classes</id>
+ <goals>
+ <goal>generate-test-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.8</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>1.2</version>
+ <configuration>
+ <omitVisitors>UnreadFields</omitVisitors>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <tagletArtifacts>
+ <tagletArtifact>
+ <groupId>org.apache.maven.plugin-tools</groupId>
+ <artifactId>maven-plugin-tools-javadoc</artifactId>
+ <version>2.5</version>
+ </tagletArtifact>
+ <tagletArtifact>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-javadoc</artifactId>
+ <version>1.0</version>
+ </tagletArtifact>
+ </tagletArtifacts>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- Broken, don't know why. -->
+ <report>dependencies</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>cim</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project> \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.sha1 b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.sha1
new file mode 100644
index 0000000..4c06197
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.sha1
@@ -0,0 +1 @@
+e86b2d826f53093e27dc579bea3becbf1425d9ba \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/_remote.repositories b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/_remote.repositories
new file mode 100644
index 0000000..da80abf
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Tue Apr 08 17:21:09 PDT 2014
+spice-parent-15.pom>central=
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
new file mode 100644
index 0000000..3582bc0
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
@@ -0,0 +1,260 @@
+<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.sonatype.forge</groupId>
+ <artifactId>forge-parent</artifactId>
+ <version>5</version>
+ </parent>
+ <groupId>org.sonatype.spice</groupId>
+ <artifactId>spice-parent</artifactId>
+ <version>15</version>
+ <packaging>pom</packaging>
+ <name>Sonatype Spice Components</name>
+
+ <scm>
+ <connection>scm:svn:http://svn.sonatype.org/spice/tags/spice-parent-15</connection>
+ <url>http://svn.sonatype.org/spice/tags/spice-parent-15</url>
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/spice-parent-15</developerConnection>
+ </scm>
+
+ <licenses>
+ <license>
+ <name>Apache Public License 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <ciManagement>
+ <system>Hudson</system>
+ <url>https://grid.sonatype.org/ci/view/Spice/</url>
+ </ciManagement>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.sonatype.org/browse/SPICE</url>
+ </issueManagement>
+
+ <properties>
+ <!--
+ 2008.12.07 Oleg: reverted to 6.1.12 as http transport only works with that version | Please always sync with
+ mercury-http-transport !!
+ -->
+ <jetty.version>6.1.12</jetty.version>
+ <plexus.version>1.0-beta-3.0.5</plexus.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>${plexus.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-annotations</artifactId>
+ <version>${plexus.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <profiles>
+ <profile>
+ <id>m2e</id>
+ <activation>
+ <property>
+ <name>m2e.version</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.maven.ide.eclipse</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>0.9.9-SNAPSHOT</version>
+ <configuration>
+ <mappingId>customizable</mappingId>
+ <configurators>
+ <configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
+ <configurator id="org.maven.ide.eclipse.modello.modelloConfigurator" />
+ <configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" />
+ </configurators>
+ <mojoExecutions>
+ <mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
+ </mojoExecutions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>${plexus.version}</version>
+ <executions>
+ <execution>
+ <id>process-classes</id>
+ <goals>
+ <goal>generate-metadata</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>process-test-classes</id>
+ <goals>
+ <goal>generate-test-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.8</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
+ <version>1.0.2</version>
+ <configuration>
+ <useJava5>true</useJava5>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>1.2</version>
+ <configuration>
+ <omitVisitors>UnreadFields</omitVisitors>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <tagletArtifacts>
+ <tagletArtifact>
+ <groupId>org.apache.maven.plugin-tools</groupId>
+ <artifactId>maven-plugin-tools-javadoc</artifactId>
+ <version>2.5</version>
+ </tagletArtifact>
+ <tagletArtifact>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-javadoc</artifactId>
+ <version>1.0</version>
+ </tagletArtifact>
+ </tagletArtifacts>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- Broken, don't know why. -->
+ <report>dependencies</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>cim</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+</project> \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.sha1 b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.sha1
new file mode 100644
index 0000000..4a2c5c8
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.sha1
@@ -0,0 +1 @@
+3cfa1d1f3113a8137fdc7b7a67f310abbed4a22d \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/_remote.repositories b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/_remote.repositories
new file mode 100644
index 0000000..5918c5e
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Tue Apr 08 17:21:54 PDT 2014
+spice-parent-16.pom>central=
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
new file mode 100644
index 0000000..6a4b153
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
@@ -0,0 +1,260 @@
+<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.sonatype.forge</groupId>
+ <artifactId>forge-parent</artifactId>
+ <version>5</version>
+ </parent>
+ <groupId>org.sonatype.spice</groupId>
+ <artifactId>spice-parent</artifactId>
+ <version>16</version>
+ <packaging>pom</packaging>
+ <name>Sonatype Spice Components</name>
+
+ <scm>
+ <connection>scm:svn:http://svn.sonatype.org/spice/tags/spice-parent-16</connection>
+ <url>http://svn.sonatype.org/spice/tags/spice-parent-16</url>
+ <developerConnection>scm:svn:https://svn.sonatype.org/spice/tags/spice-parent-16</developerConnection>
+ </scm>
+
+ <licenses>
+ <license>
+ <name>Apache Public License 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <ciManagement>
+ <system>Hudson</system>
+ <url>https://grid.sonatype.org/ci/view/Spice/</url>
+ </ciManagement>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.sonatype.org/browse/SPICE</url>
+ </issueManagement>
+
+ <properties>
+ <!--
+ 2008.12.07 Oleg: reverted to 6.1.12 as http transport only works with that version | Please always sync with
+ mercury-http-transport !!
+ -->
+ <jetty.version>6.1.12</jetty.version>
+ <plexus.version>1.0-beta-3.0.5</plexus.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>${plexus.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-annotations</artifactId>
+ <version>${plexus.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>${jetty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <profiles>
+ <profile>
+ <id>m2e</id>
+ <activation>
+ <property>
+ <name>m2e.version</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.maven.ide.eclipse</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>0.9.9-SNAPSHOT</version>
+ <configuration>
+ <mappingId>customizable</mappingId>
+ <configurators>
+ <configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
+ <configurator id="org.maven.ide.eclipse.modello.modelloConfigurator" />
+ <configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" />
+ </configurators>
+ <mojoExecutions>
+ <mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
+ </mojoExecutions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>${plexus.version}</version>
+ <executions>
+ <execution>
+ <id>process-classes</id>
+ <goals>
+ <goal>generate-metadata</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>process-test-classes</id>
+ <goals>
+ <goal>generate-test-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.3.8</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.modello</groupId>
+ <artifactId>modello-maven-plugin</artifactId>
+ <version>1.0.2</version>
+ <configuration>
+ <useJava5>true</useJava5>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>1.2</version>
+ <configuration>
+ <omitVisitors>UnreadFields</omitVisitors>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <tagletArtifacts>
+ <tagletArtifact>
+ <groupId>org.apache.maven.plugin-tools</groupId>
+ <artifactId>maven-plugin-tools-javadoc</artifactId>
+ <version>2.5</version>
+ </tagletArtifact>
+ <tagletArtifact>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-javadoc</artifactId>
+ <version>1.0</version>
+ </tagletArtifact>
+ </tagletArtifacts>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- Broken, don't know why. -->
+ <report>dependencies</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>cim</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+</project> \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.sha1 b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.sha1
new file mode 100644
index 0000000..3b711de
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.sha1
@@ -0,0 +1 @@
+aefd3135046b7c3f5835283bcc3b670fc46692b9 \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/_remote.repositories b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/_remote.repositories
new file mode 100644
index 0000000..bc8ec93
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Tue Apr 08 17:21:09 PDT 2014
+spice-parent-17.pom>central=
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
new file mode 100644
index 0000000..abe8170
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
@@ -0,0 +1,211 @@
+<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.sonatype.forge</groupId>
+ <artifactId>forge-parent</artifactId>
+ <version>10</version>
+ <relativePath />
+ </parent>
+
+ <groupId>org.sonatype.spice</groupId>
+ <artifactId>spice-parent</artifactId>
+ <version>17</version>
+ <packaging>pom</packaging>
+
+ <name>Sonatype Spice Components</name>
+
+ <scm>
+ <connection>scm:git:git://github.com/sonatype/oss-parents.git</connection>
+ <developerConnection>scm:git:git@github.com:sonatype/oss-parents.git</developerConnection>
+ <url>https://github.com/sonatype/spice-parent</url>
+ </scm>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <ciManagement>
+ <system>Hudson</system>
+ <url>https://grid.sonatype.org/ci/view/Spice/</url>
+ </ciManagement>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://issues.sonatype.org/browse/SPICE</url>
+ </issueManagement>
+
+ <properties>
+ <sisu-inject.version>2.1.1</sisu-inject.version>
+ <slf4j.version>1.6.1</slf4j.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <!-- Inject Bean container -->
+ <!-- Spice hosts SISU/Plexus-legacy libraries, and they expect they are embedded into apps having these provided -->
+ <!-- That makes: shouldn't SISU be actually "provided" instead? -->
+ <dependency>
+ <groupId>org.sonatype.sisu</groupId>
+ <artifactId>sisu-inject-bean</artifactId>
+ <version>${sisu-inject.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.sonatype.sisu</groupId>
+ <artifactId>sisu-guice</artifactId>
+ <version>2.9.4</version>
+ <classifier>no_aop</classifier>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <!-- Plexus support (the version should be tied to SISU used ones!) -->
+ <!-- Plexus needs to be compiled against, is specific (unlike JSR330-enabled SISU is) -->
+ <dependency>
+ <groupId>org.sonatype.sisu</groupId>
+ <artifactId>sisu-inject-plexus</artifactId>
+ <version>${sisu-inject.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-annotations</artifactId>
+ <version>1.5.5</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-classworlds</artifactId>
+ <version>2.4</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>2.0.5</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <!-- SLF4J Logging -->
+ <!-- Only those needed during compile and runtime phases -->
+ <!-- Spice is a library collection, so only the "simple" backend for testing and nothing more -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j.version}</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <type>jar</type>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <type>jar</type>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>${slf4j.version}</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- Standard test -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.5.5</version>
+ <executions>
+ <execution>
+ <id>process-classes</id>
+ <goals>
+ <goal>generate-metadata</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>process-test-classes</id>
+ <goals>
+ <goal>generate-test-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <tagletArtifacts>
+ <tagletArtifact>
+ <groupId>org.apache.maven.plugin-tools</groupId>
+ <artifactId>maven-plugin-tools-javadoc</artifactId>
+ <version>2.5</version>
+ </tagletArtifact>
+ <tagletArtifact>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-javadoc</artifactId>
+ <version>1.0</version>
+ </tagletArtifact>
+ </tagletArtifacts>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- Broken, don't know why. -->
+ <report>dependencies</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>cim</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
diff --git a/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1 b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1
new file mode 100644
index 0000000..42dafab
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.sha1
@@ -0,0 +1 @@
+7f500699ef371383492a4d6ee799b1a77ffd82cc \ No newline at end of file