summaryrefslogtreecommitdiff
path: root/branches
diff options
context:
space:
mode:
authorchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2008-03-11 00:49:13 +0000
committerchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2008-03-11 00:49:13 +0000
commit5b3e5efdc09c4ef1b1d7a4c4f8a64973f1a1965b (patch)
treee1e61b1a964121649393a3d8c7e738e3a7c1679f /branches
parent17f899cea435aaf91624af2a93bc24bcfcd5fc2d (diff)
downloadmockftpserver-5b3e5efdc09c4ef1b1d7a4c4f8a64973f1a1965b.tar.gz
POM changes to support sync-ing with central Maven repository
git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@23 531de8e6-9941-0410-b38b-9a92acbe0330
Diffstat (limited to 'branches')
-rw-r--r--branches/1.x_Branch/pom.xml38
1 files changed, 29 insertions, 9 deletions
diff --git a/branches/1.x_Branch/pom.xml b/branches/1.x_Branch/pom.xml
index 989170b..08ab06c 100644
--- a/branches/1.x_Branch/pom.xml
+++ b/branches/1.x_Branch/pom.xml
@@ -3,15 +3,20 @@
<groupId>org.mockftpserver</groupId>
<artifactId>MockFtpServer</artifactId>
<name>MockFtpServer</name>
- <version>1.2</version>
+ <description>
+ The MockFtpServer project provides a mock/dummy FTP server for testing FTP client code.
+ It can be configured to return custom data or reply codes, to simulate either success
+ or failure scenarios. You can also verify expected command invocations.
+ </description>
+ <packaging>jar</packaging>
+ <version>1.2.1</version>
<url>http://mockftpserver.sourceforge.net/</url>
- <!--
<scm>
- <connection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</connection>
- <developerConnection>scm:svn:http://localhost/svn/dev/tags/MockFtpServer-1.0-RC1</developerConnection>
+ <connection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer</connection>
+ <developerConnection>scm:svn:https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver/MockFtpServer</developerConnection>
+ <url>https://mockftpserver.svn.sourceforge.net/svnroot/mockftpserver</url>
</scm>
- -->
<dependencies>
@@ -62,8 +67,23 @@
</dependencies>
-<build>
- <plugins>
+ <distributionManagement>
+ <repository>
+ <id>sourceforge</id>
+ <url>scp://shell.sourceforge.net/home/groups/m/mo/mockftpserver/htdocs/m2repo</url>
+ </repository>
+ </distributionManagement>
+
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ </extensions>
+
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -119,8 +139,8 @@
</configuration>
</plugin>
- </plugins>
- </build>
+ </plugins>
+ </build>
<reporting>
<plugins>