2011-11-19 00:41:57 +01:00
<project xmlns= "http://maven.apache.org/POM/4.0.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
2012-12-13 22:48:56 +01:00
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion > 4.0.0</modelVersion>
<groupId > fr.neatmonster</groupId>
<artifactId > nocheatplus-parent</artifactId>
<packaging > pom</packaging>
2013-01-20 04:18:08 +01:00
<version > static</version>
2012-12-13 22:48:56 +01:00
<name > NoCheatPlus Parent</name>
<url > http://nocheatplus.org</url>
<properties >
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
2013-03-01 16:25:10 +01:00
<maven.build.timestamp.format > yyyy_MM_dd-HH_mm</maven.build.timestamp.format>
<buildTimestamp > ${maven.build.timestamp}</buildTimestamp>
2012-12-13 22:48:56 +01:00
</properties>
<modules >
2013-02-27 00:46:56 +01:00
<module > NCPBuildBase</module>
2012-12-13 22:48:56 +01:00
<module > NCPCommons</module>
<module > NCPCompat</module>
2013-02-28 03:40:40 +01:00
<module > NCPCompatBukkit</module>
2012-12-13 22:48:56 +01:00
<module > NCPCompatCB2511</module>
<module > NCPCompatCB2512</module>
<module > NCPPlugin</module>
2012-12-21 18:08:18 +01:00
<module > NCPCompatCB2545</module>
2013-02-28 03:21:38 +01:00
<module > NCPCompatCB2602</module>
2013-03-21 01:01:31 +01:00
<module > NCPCompatCB2645</module>
2013-04-12 19:00:19 +02:00
<module > NCPCompatCB2691</module>
2013-01-06 13:58:36 +01:00
<module > NCPCompatCBDev</module>
2012-12-13 22:48:56 +01:00
</modules>
<repositories >
<repository >
<id > bukkit</id>
<name > Bukkit</name>
<url > http://repo.bukkit.org/content/groups/public/</url>
</repository>
</repositories>
2012-04-05 18:24:39 +02:00
2012-12-14 10:36:58 +01:00
<description > The pom design has been taken from mbax (GitHub, TODO: link).
TODO: Switch it to an assembly pom + consider using one bukkit version only for compilation? [Downside: the compat part should be the minimal bukkit version supported, though then the plugin would be taken out, so... do it!]
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
2011-11-19 00:41:57 +01:00
</project>