Update pom.xml descriptions.

This commit is contained in:
asofold 2013-07-06 13:14:24 +02:00
parent 8929108152
commit e60006d6a3
14 changed files with 23 additions and 16 deletions

View File

@ -22,7 +22,7 @@
</dependencies>
<description>Very basic dependencies that have to be built before commons, no use of Bukkit.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
<build>
<resources>

View File

@ -27,6 +27,6 @@
</dependencies>
<description>Common data structures and other, no use of Bukkit.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility for using the Bukkit API only.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility up to CB2512 (i.e. 1.4.5-R0.2).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility since CB2512.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility since CB2545 (MC 1.4.6).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility for CB2602 (1.4.7).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility for CB 2645 (MC 1.5).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility for CB2691 (1.5.1-R0.1 beta release).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -28,5 +28,5 @@
<description>Compatibility for CB 2763 (MC 1.5.2).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -33,5 +33,5 @@
<description>Compatibility for the development version (latest of the supported Minecraft versions).
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.</description>
</project>

View File

@ -17,7 +17,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.4.7-R1.0</version>
<version>1.5.2-R1.0</version>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>
@ -28,5 +28,6 @@
<description>Core components and checks implementations. This contains about everything, just not the component/compat factories and not the plugin itself. NCPCore allows to add more modules/components that use check-specific classes to be added in the factories on NCPPlugin level.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
Version updating is done for the NoCheatPlus sub-module.
</description>
</project>

View File

@ -80,7 +80,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<description>Mainly contains the plugin class and the factories.</description>
<description>Mainly contains the plugin class and the factories.
Version updating is done for the NoCheatPlus sub-module.</description>
<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>

View File

@ -40,7 +40,11 @@
<description>The initial pom design had 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 the NoCheatPlus sub-module.
Version updating is done for NCPPlugin mainly, expect the other poms version to change randomly rather.</description>
The naming of the native compatibility modules mostly follows NCPCompat + shortcut of server mod name + earliest build/version that the module would run with (though it should be compiled with the latest available build rather, latest build also can be used, if it is the first module depicting an API incompatibility transition).
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>