summaryrefslogtreecommitdiff
path: root/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-04-10 18:26:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-10 18:26:51 +0000
commit4b6337f8d6887e5597344810d3fe9c43f3a6d9c1 (patch)
treee5d239799dd6e45900284daa8f29c3ca2a36ed85 /tycho/tycho-dependencies-m2repo/org/apache/maven/wagon
parent5ab51b4a119d645f638102a18f11328bba81c42a (diff)
parente1c69b76bdf40644bdce5f5f37c7f5ed0e9f2446 (diff)
downloadeclipse-4b6337f8d6887e5597344810d3fe9c43f3a6d9c1.tar.gz
Merge changes I3e050f26,I1b8abd74idea133-weekly-release
* changes: Tycho plugin and its dependencies Add Apache Maven 3.2.1
Diffstat (limited to 'tycho/tycho-dependencies-m2repo/org/apache/maven/wagon')
-rw-r--r--tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories3
-rw-r--r--tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom46
-rw-r--r--tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.sha11
-rw-r--r--tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/_remote.repositories3
-rw-r--r--tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom351
-rw-r--r--tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.sha11
6 files changed, 405 insertions, 0 deletions
diff --git a/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories
new file mode 100644
index 0000000..f06e3af
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_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:42 PDT 2014
+wagon-provider-api-1.0-beta-6.pom>central=
diff --git a/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
new file mode 100644
index 0000000..8209bf8
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<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>
+
+ <parent>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon</artifactId>
+ <version>1.0-beta-6</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>wagon-provider-api</artifactId>
+ <name>Maven Wagon API</name>
+ <description>Maven Wagon API that defines the contract between different Wagon implementations</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>1.2_Java1.3</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.sha1 b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.sha1
new file mode 100644
index 0000000..ee05ba1
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.sha1
@@ -0,0 +1 @@
+5dfdc8e497311085c9a1d6a634320b553442d281 \ No newline at end of file
diff --git a/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/_remote.repositories b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/_remote.repositories
new file mode 100644
index 0000000..fec1b49
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/_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:42 PDT 2014
+wagon-1.0-beta-6.pom>central=
diff --git a/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
new file mode 100644
index 0000000..dbd123f
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
@@ -0,0 +1,351 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<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>
+
+ <parent>
+ <artifactId>maven-parent</artifactId>
+ <groupId>org.apache.maven</groupId>
+ <version>11</version>
+ <relativePath>../pom/maven/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon</artifactId>
+ <version>1.0-beta-6</version>
+ <packaging>pom</packaging>
+
+ <name>Maven Wagon</name>
+ <description>Tools to manage artifacts and deployment</description>
+ <url>http://maven.apache.org/wagon</url>
+ <inceptionYear>2003</inceptionYear>
+
+ <developers>
+ <developer>
+ <id>michal</id>
+ <name>Michal Maczka</name>
+ <email>michal@codehaus.org</email>
+ <organization>Codehaus</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>James William Dumay</name>
+ </contributor>
+ <contributor>
+ <name>Nathan Beyer</name>
+ </contributor>
+ <contributor>
+ <name>Gregory Block</name>
+ </contributor>
+ <contributor>
+ <name>Thomas Recloux</name>
+ </contributor>
+ <contributor>
+ <name>Trustin Lee</name>
+ </contributor>
+ <contributor>
+ <name>John Wells</name>
+ </contributor>
+ <contributor>
+ <name>Marcel Schutte</name>
+ </contributor>
+ <contributor>
+ <name>David Hawkins</name>
+ </contributor>
+ <contributor>
+ <name>Juan F. Codagnone</name>
+ </contributor>
+ <contributor>
+ <name>ysoonleo</name>
+ </contributor>
+ <contributor>
+ <name>Thomas Champagne</name>
+ </contributor>
+ <contributor>
+ <name>M. van der Plas</name>
+ </contributor>
+ <contributor>
+ <name>Jason Dillon</name>
+ </contributor>
+ <contributor>
+ <name>Jochen Wiedmann</name>
+ </contributor>
+ <contributor>
+ <name>Gilles Scokart</name>
+ </contributor>
+ <contributor>
+ <name>Wolfgang Glas</name>
+ </contributor>
+ <contributor>
+ <name>Kohsuke Kawaguchi</name>
+ </contributor>
+ <contributor>
+ <name>Antti Virtanen</name>
+ </contributor>
+ </contributors>
+
+ <mailingLists>
+ <mailingList>
+ <name>Wagon User List</name>
+ <post>wagon-users@maven.apache.org</post>
+ <subscribe>wagon-users-subscribe@maven.apache.org</subscribe>
+ <unsubscribe>wagon-users-unsubscribe@maven.apache.org</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-users/</archive>
+ <otherArchives>
+ <otherArchive>http://www.mail-archive.com/wagon-users@maven.apache.org</otherArchive>
+ <otherArchive>http://www.nabble.com/Wagon---Users-f13870.html</otherArchive>
+ <otherArchive>http://maven.wagon.users.markmail.org/</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>Wagon Developer List</name>
+ <post>wagon-dev@maven.apache.org</post>
+ <subscribe>wagon-dev-subscribe@maven.apache.org</subscribe>
+ <unsubscribe>wagon-dev-unsubscribe@maven.apache.org</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-dev/</archive>
+ <otherArchives>
+ <otherArchive>http://www.mail-archive.com/wagon-dev@maven.apache.org</otherArchive>
+ <otherArchive>http://www.nabble.com/Wagon---Dev-f13871.html</otherArchive>
+ <otherArchive>http://maven.wagon.dev.markmail.org/</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>Wagon Commits List</name>
+ <subscribe>wagon-commits-subscribe@maven.apache.org</subscribe>
+ <unsubscribe>wagon-commits-unsubscribe@maven.apache.org</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-commits/</archive>
+ <otherArchives>
+ <otherArchive>http://maven.wagon.commits.markmail.org/</otherArchive>
+ </otherArchives>
+ </mailingList>
+ </mailingLists>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-6</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-6</developerConnection>
+ <url>http://svn.apache.org/viewvc/maven/wagon/tags/wagon-1.0-beta-6</url>
+ </scm>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.codehaus.org/browse/WAGON</url>
+ </issueManagement>
+ <!-- TODO: point to ref location
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scp://people.apache.org/www/maven.apache.org/wagon/</url>
+ </site>
+ </distributionManagement>
+ -->
+
+ <modules>
+ <module>wagon-provider-api</module>
+ <module>wagon-providers</module>
+ <module>wagon-provider-test</module>
+ </modules>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-provider-api</artifactId>
+ <version>1.0-beta-6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-provider-test</artifactId>
+ <version>1.0-beta-6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-common-test</artifactId>
+ <version>1.0-beta-6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-common</artifactId>
+ <version>1.0-beta-6</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-interactivity-api</artifactId>
+ <version>1.0-alpha-6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>classworlds</groupId>
+ <artifactId>classworlds</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ <version>1.0-alpha-9</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <!-- the one in maven-parent-10 and after is no longer backward compatible-->
+ <version>1.3.5</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate</id>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <links>
+ <link>http://java.sun.com/j2ee/1.4/docs/api</link>
+ <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
+ <link>http://commons.apache.org/dbcp/apidocs/</link>
+ <link>http://commons.apache.org/fileupload/apidocs/</link>
+ <link>http://commons.apache.org/httpclient/apidocs/</link>
+ <link>http://commons.apache.org/logging/apidocs/</link>
+ <link>http://commons.apache.org/pool/apidocs/</link>
+ <link>http://junit.sourceforge.net/javadoc/</link>
+ <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
+ <link>http://jakarta.apache.org/regexp/apidocs/</link>
+ <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
+ <link>http://maven.apache.org/ref/current/maven-artifact/apidocs/</link>
+ <link>http://maven.apache.org/ref/current/maven-artifact-manager/apidocs/</link>
+ <link>http://maven.apache.org/ref/current/maven-model/apidocs/</link>
+ <link>http://maven.apache.org/ref/current/maven-plugin-api/apidocs/</link>
+ <link>http://maven.apache.org/ref/current/maven-project/apidocs/</link>
+ <link>http://maven.apache.org/ref/current/maven-reporting/maven-reporting-api/apidocs/</link>
+ <link>http://maven.apache.org/ref/current/maven-settings/apidocs/</link>
+ </links>
+ <!--
+ <doclet>gr.spinellis.umlgraph.doclet.UmlGraph</doclet>
+ <docletArtifact>
+ <groupId>gr.spinellis</groupId>
+ <artifactId>UmlGraph</artifactId>
+ <version>4.4</version>
+ </docletArtifact>
+ <additionalparam>
+ -inferrel -inferdep -quiet -hide java.* -collpackages java.util.* -qualify
+ -postfixpackage -nodefontsize 9
+ -nodefontpackagesize 7
+ </additionalparam>
+ -->
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <!-- Using this plugin configuration to produce a buildable project source distro,
+ per the discussions on members@ASF and dev@maven regarding what constitutes a valid release.
+ -->
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-4</version>
+ <executions>
+ <execution>
+ <id>make-project-src-distro</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/source-release.xml</descriptor>
+ </descriptors>
+ <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
diff --git a/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.sha1 b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.sha1
new file mode 100644
index 0000000..0f123c1
--- /dev/null
+++ b/tycho/tycho-dependencies-m2repo/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.sha1
@@ -0,0 +1 @@
+0a5a7966afb1b64f97c2f3f23a3e80592dc94986 \ No newline at end of file