Add maven repo stuff - should probably be formatted or something :p

This commit is contained in:
md-5 2013-07-11 08:36:14 +10:00
parent 76d58a441a
commit 6907c870a4

12
pom.xml
View File

@ -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 &quot;unknown mods&quot; as well, it is not compiled with the latest Bukkit version always.
TODO: Better place for descriptions like this?</description>
</project>
</project>