aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b96ca02..fa20ef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,20 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <distributionManagement>
+ <site>
+ <id>sk89q-docs-upload</id>
+ <url>ftp://sk89q-maven-deploy/worldedit/</url>
+ </site>
+ <repository>
+ <id>maven.sk89q.com</id>
+ <url>http://maven.sk89q.com/artifactory/libs-release-local</url>
+ </repository>
+ <snapshotRepository>
+ <id>maven.sk89q.com-snapshot</id>
+ <url>http://maven.sk89q.com/artifactory/libs-snapshot-local</url>
+ </snapshotRepository>
+ </distributionManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -142,4 +156,4 @@
</dependencies>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>