Add note about Maven repository usage to pom.xml
By: md_5 <git@md-5.net>
This commit is contained in:
parent
07da86f23f
commit
da21b3838f
1 changed files with 6 additions and 0 deletions
|
@ -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
Add a link
Reference in a new issue