mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-11 14:09:40 +01:00
Merge pull request #15 from md-5/patch-1
Add maven repo stuff - should probably be formatted or something :p [Can't format, see code :p.]
This commit is contained in:
commit
ab7c7df1bf
10
pom.xml
10
pom.xml
@ -31,6 +31,16 @@
|
|||||||
<module>NoCheatPlus</module>
|
<module>NoCheatPlus</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>md_5-releases</id>
|
||||||
|
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>md_5-snapshots</id>
|
||||||
|
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bukkit</id>
|
<id>bukkit</id>
|
||||||
|
Loading…
Reference in New Issue
Block a user