mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-10 21:49:53 +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
12
pom.xml
12
pom.xml
@ -31,6 +31,16 @@
|
||||
<module>NoCheatPlus</module>
|
||||
</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>
|
||||
<repository>
|
||||
<id>bukkit</id>
|
||||
@ -48,4 +58,4 @@ The naming of the native compatibility modules mostly follows NCPCompat + shortc
|
||||
NCPCompatBukkit provides compatibility for the Bukkit-API only (no native module available), aiming at keeping NCP up for a new MC version for if no native module is available . Tendency is to use the latest Bukkit version rather, but since it is used for some "unknown mods" as well, it is not compiled with the latest Bukkit version always.
|
||||
|
||||
TODO: Better place for descriptions like this?</description>
|
||||
</project>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user