We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0b58b commit 051e4e5Copy full SHA for 051e4e5
1 file changed
pom.xml
@@ -14,6 +14,11 @@
14
</properties>
15
16
<repositories>
17
+ <!-- This adds the Spigot Maven repository to the build -->
18
+ <repository>
19
+ <id>spigot-repo</id>
20
+ <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
21
+ </repository>
22
<repository>
23
<id>elmakers-repo</id>
24
<url>http://maven.elmakers.com/repository</url>
0 commit comments