mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-20 05:14:15 +00:00
Add note about Maven repository usage to pom.xml
This commit is contained in:
parent
60268ac8be
commit
d450fdf1f1
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -31,6 +31,12 @@
|
|||
</distributionManagement>
|
||||
|
||||
<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…
Add table
Reference in a new issue