summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLuke Granger-Brown <github@lukegb.com>2011-10-11 20:47:06 +0200
committerNathan Adams <dinnerbone@dinnerbone.com>2011-11-05 19:48:24 +0000
commit13561bca9c7c6d99ff2c0272c83f2949842e879e (patch)
tree2ce32d5592a859f176caf9c4a08282ba5ad6b7c8 /pom.xml
parentdd5507bdaa12e60f7e73903461cf1ff872766e39 (diff)
downloadcraftbukkit-13561bca9c7c6d99ff2c0272c83f2949842e879e.tar
craftbukkit-13561bca9c7c6d99ff2c0272c83f2949842e879e.tar.gz
craftbukkit-13561bca9c7c6d99ff2c0272c83f2949842e879e.tar.lz
craftbukkit-13561bca9c7c6d99ff2c0272c83f2949842e879e.tar.xz
craftbukkit-13561bca9c7c6d99ff2c0272c83f2949842e879e.zip
Added distributionManagement section to POM.
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 9f400b44..afbc5160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,18 @@
<developerConnection>scm:git:ssh://git@github.com/Bukkit/CraftBukkit.git</developerConnection>
<url>https://github.com/Bukkit/CraftBukkit</url>
</scm>
+ <distributionManagement>
+ <repository>
+ <id>repobo-rel</id>
+ <name>repo.bukkit.org Releases</name>
+ <url>http://repo.bukkit.org/content/repositories/libs-release-local</url>
+ </repository>
+ <snapshotRepository>
+ <id>repobo-snap</id>
+ <name>repo.bukkit.org Snapshots</name>
+ <url>http://repo.bukkit.org/content/repositories/libs-snapshot-local</url>
+ </snapshotRepository>
+ </distributionManagement>
<repositories>
<repository>
<id>bukkit-repo</id>