diff options
author | Albert Pham <the.sk89q@gmail.com> | 2014-02-23 22:35:29 -0800 |
---|---|---|
committer | Albert Pham <the.sk89q@gmail.com> | 2014-02-23 22:35:29 -0800 |
commit | 0639e03c2de59bf007f97106e4dd704bcec97507 (patch) | |
tree | 14e43b04cdff0adef7b18edfe10f1735d4f448b8 /pom.xml | |
parent | 4811b738644042b73d158565bf7027f2cd12d6ee (diff) | |
download | spark-0639e03c2de59bf007f97106e4dd704bcec97507.tar.gz spark-0639e03c2de59bf007f97106e4dd704bcec97507.tar.bz2 spark-0639e03c2de59bf007f97106e4dd704bcec97507.zip |
Added distributionManagement to pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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> |