mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 23:57:43 +01:00
Add note about Maven repository usage to pom.xml
This commit is contained in:
parent
2aba349f1a
commit
a65b73ad9d
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -74,6 +74,12 @@
|
|||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<!--
|
||||
If you are a plugin developer, please use https://hub.spigotmc.org/nexus/content/repositories/snapshots/
|
||||
as your repository URL. This will ensure only Bukkit / Spigot-API are pulled from our Maven repository.
|
||||
|
||||
Please see https://www.spigotmc.org/go/maven for more information.
|
||||
-->
|
||||
<repository>
|
||||
<id>spigotmc-public</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||
|
|
Loading…
Reference in a new issue