summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>