summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHex <hex@hex.lc>2018-07-15 20:13:37 -0600
committerHex <hex@hex.lc>2018-07-15 20:13:37 -0600
commitff903753345c00c320bf0d34b6a378e894653715 (patch)
treeee851d102fb2a4fd1d4db446d7fa01d3111b61a4
parent3d4b0c8a117a5ffc54e90b6b3b41f6f24e000cba (diff)
downloadplugin-annotations-ff903753345c00c320bf0d34b6a378e894653715.tar
plugin-annotations-ff903753345c00c320bf0d34b6a378e894653715.tar.gz
plugin-annotations-ff903753345c00c320bf0d34b6a378e894653715.tar.lz
plugin-annotations-ff903753345c00c320bf0d34b6a378e894653715.tar.xz
plugin-annotations-ff903753345c00c320bf0d34b6a378e894653715.zip
Add spigotmc maven repository to pom.
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 835a5e1..47e0c68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,13 @@
</pluginRepository>
</pluginRepositories>
+ <repositories>
+ <repository>
+ <id>spigotmc-public</id>
+ <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
+ </repository>
+ </repositories>
+
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>