2013-01-06 13:58:36 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
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>ncpcompatcbdev</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>NCPCompatCBDev</name>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2013-01-06 13:58:36 +01:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
|
|
|
<artifactId>nocheatplus-parent</artifactId>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2013-01-06 13:58:36 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>fr.neatmonster</groupId>
|
2013-05-22 12:24:48 +02:00
|
|
|
<artifactId>ncpcore</artifactId>
|
2013-01-20 04:18:08 +01:00
|
|
|
<version>static</version>
|
2013-01-06 13:58:36 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
2014-04-14 23:08:01 +02:00
|
|
|
<version>1.7.8-R0.1-SNAPSHOT</version>
|
2013-06-24 13:27:44 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2014-04-14 23:08:01 +02:00
|
|
|
<version>1.7.8-R0.1-SNAPSHOT</version>
|
2013-01-06 13:58:36 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
2013-05-22 12:24:48 +02:00
|
|
|
<description>Compatibility for the development version (latest of the supported Minecraft versions).
|
2013-01-06 13:58:36 +01:00
|
|
|
|
2014-04-14 23:08:01 +02:00
|
|
|
Version updating is done for the NoCheatPlus sub-module.
|
|
|
|
|
|
|
|
To add a new compat module three other pom.xml files have to be modified:
|
|
|
|
- Root pom (parent): Add as module.
|
|
|
|
- NCPPlugin: Add as dependency.
|
|
|
|
- NochCheatPlus: Add as include (source).
|
|
|
|
</description>
|
2013-01-06 13:58:36 +01:00
|
|
|
</project>
|