Minimize includes.

This commit is contained in:
asofold 2015-07-31 23:04:23 +02:00
parent 6959504d20
commit e96d142c63
2 changed files with 8 additions and 28 deletions

View File

@ -30,10 +30,9 @@
<description>Compatibility for the development version (latest of the supported Minecraft versions).
To add a new compat module three other pom.xml files have to be modified:
To add a new compat module two other pom.xml files have to be modified:
- Root pom (parent): Add as module.
- NCPPlugin: Add as dependency.
- NoCheatPlus: Add as include (source).
- NCPPlugin: Add as dependency.
The NCPPlugin sub-project contains the MCAccessFactory.</description>

View File

@ -76,32 +76,13 @@
<configuration>
<artifactSet>
<includes>
<include>fr.neatmonster:ncpbuildbase</include>
<include>fr.neatmonster:ncpcommons</include>
<include>fr.neatmonster:ncpcore</include>
<include>fr.neatmonster:ncpcompatbukkit</include>
<include>fr.neatmonster:ncpcompatcb2512</include>
<include>fr.neatmonster:ncpcompatcb2545</include>
<include>fr.neatmonster:ncpcompatcb2602</include>
<include>fr.neatmonster:ncpcompatcb2645</include>
<include>fr.neatmonster:ncpcompatcb2691</include>
<include>fr.neatmonster:ncpcompatcb2763</include>
<include>fr.neatmonster:ncpcompatcb2794</include>
<include>fr.neatmonster:ncpcompatcb2808</include>
<include>fr.neatmonster:ncpcompatcb2882</include>
<include>fr.neatmonster:ncpcompatcb2922</include>
<include>fr.neatmonster:ncpcompatcb3026</include>
<include>fr.neatmonster:ncpcompatcb3043</include>
<include>fr.neatmonster:ncpcompatcb3100</include>
<include>fr.neatmonster:ncpcompatspigotcb1_8_r1</include>
<include>fr.neatmonster:ncpcompatspigotcb1_8_r2</include>
<include>fr.neatmonster:ncpcompatspigotcb1_8_r3</include>
<include>fr.neatmonster:ncpcompatcbdev</include>
<include>fr.neatmonster:ncpcompatprotocollib</include>
<include>fr.neatmonster:ncpcompatglowstone</include>
<include>fr.neatmonster:ncpplugin</include>
<!-- <include>fr.neatmonster:nocheatplus-parent</include> -->
<include>fr.neatmonster:*</include>
</includes>
<!-- Clearly not sure about excludes... -->
<excludes>
<exclude>fr.neatmonster:nocheatplus-parent</exclude>
<exclude>fr.neatmonster:nocheatplus</exclude>
</excludes>
</artifactSet>
</configuration>
</execution>