|
|
|
|
@@ -0,0 +1,179 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
|
<artifactId>wagon</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<name>Maven Wagon</name>
|
|
|
|
|
<version>1.0-alpha-6</version>
|
|
|
|
|
<description>Tools to manage artifacts and deployment</description>
|
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>jira</system>
|
|
|
|
|
<url>http://jira.codehaus.org/browse/WAGON</url>
|
|
|
|
|
</issueManagement>
|
|
|
|
|
<ciManagement>
|
|
|
|
|
<system>wagon-dev@maven.apache.org</system>
|
|
|
|
|
<notifiers>
|
|
|
|
|
<notifier>
|
|
|
|
|
<address>wagon-dev@maven.apache.org</address>
|
|
|
|
|
</notifier>
|
|
|
|
|
</notifiers>
|
|
|
|
|
</ciManagement>
|
|
|
|
|
<inceptionYear>2003</inceptionYear>
|
|
|
|
|
<mailingLists>
|
|
|
|
|
<mailingList>
|
|
|
|
|
<name>Maven Wagon User List</name>
|
|
|
|
|
<subscribe>wagon-users-subscribe@maven.apache.org</subscribe>
|
|
|
|
|
<unsubscribe>wagon-users-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
|
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=wagon-users@maven.apache.org</archive>
|
|
|
|
|
</mailingList>
|
|
|
|
|
<mailingList>
|
|
|
|
|
<name>Maven Wagon Developer List</name>
|
|
|
|
|
<subscribe>wagon-dev-subscribe@maven.apache.org</subscribe>
|
|
|
|
|
<unsubscribe>wagon-dev-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
|
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=wagon-dev@maven.apache.org</archive>
|
|
|
|
|
</mailingList>
|
|
|
|
|
</mailingLists>
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>michal</id>
|
|
|
|
|
<name>Michal Maczka</name>
|
|
|
|
|
<email>michal@codehaus.com</email>
|
|
|
|
|
<organization>Codehaus</organization>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>brett</id>
|
|
|
|
|
<name>Brett Porter</name>
|
|
|
|
|
<email>brett@apache.org</email>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
<timezone>+10</timezone>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>jvanzyl</id>
|
|
|
|
|
<name>Jason van Zyl</name>
|
|
|
|
|
<email>jason@maven.org</email>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
<scm>
|
|
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-alpha-6</connection>
|
|
|
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-alpha-6</developerConnection>
|
|
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/wagon/tags/wagon-1.0-alpha-6</url>
|
|
|
|
|
</scm>
|
|
|
|
|
<organization>
|
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
|
</organization>
|
|
|
|
|
<build>
|
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
</build>
|
|
|
|
|
<modules>
|
|
|
|
|
<module>wagon-provider-api</module>
|
|
|
|
|
<module>wagon-provider-test</module>
|
|
|
|
|
<module>wagon-providers</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-alpha-6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
|
<artifactId>wagon-provider-test</artifactId>
|
|
|
|
|
<version>1.0-alpha-6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<version>3.8.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
|
<version>1.0-alpha-8</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
|
<version>1.0.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>repo1</id>
|
|
|
|
|
<url>scp://beaver.codehaus.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
<id>snapshots</id>
|
|
|
|
|
<url>scp://beaver.codehaus.org/home/projects/maven/repository-staging/snapshots/maven2</url>
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
</project>
|