aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAlbert Pham <the.sk89q@gmail.com>2014-02-23 22:35:29 -0800
committerAlbert Pham <the.sk89q@gmail.com>2014-02-23 22:35:29 -0800
commit0639e03c2de59bf007f97106e4dd704bcec97507 (patch)
tree14e43b04cdff0adef7b18edfe10f1735d4f448b8 /pom.xml
parent4811b738644042b73d158565bf7027f2cd12d6ee (diff)
downloadspark-0639e03c2de59bf007f97106e4dd704bcec97507.tar.gz
spark-0639e03c2de59bf007f97106e4dd704bcec97507.tar.bz2
spark-0639e03c2de59bf007f97106e4dd704bcec97507.zip
Added distributionManagement to pom.xml
Diffstat (limited to 'pom.xml')
-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>