summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2014-12-07 11:55:39 +1100
committermd_5 <git@md-5.net>2014-12-07 11:55:39 +1100
commite37e019eb6200c8723eebab8f0877a6c184d8d02 (patch)
tree05a2e81722a0a4a5d1508cac5c386a73024215b1 /pom.xml
parent1c57622f32d1ae9051091985af28b7a0bf65fd1d (diff)
downloadbukkit-e37e019eb6200c8723eebab8f0877a6c184d8d02.tar
bukkit-e37e019eb6200c8723eebab8f0877a6c184d8d02.tar.gz
bukkit-e37e019eb6200c8723eebab8f0877a6c184d8d02.tar.lz
bukkit-e37e019eb6200c8723eebab8f0877a6c184d8d02.tar.xz
bukkit-e37e019eb6200c8723eebab8f0877a6c184d8d02.zip
Add deploy repos
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ed69653e..5cecb1e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,18 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <distributionManagement>
+ <repository>
+ <id>spigotmc-releases</id>
+ <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <repository>
+ <id>spigotmc-releases</id>
+ <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
+ </repository>
+ </distributionManagement>
+
<build>
<plugins>
<plugin>