Update to 1.8.x, move dependency jars off GitHub. 6.6.0 NOT ON JENKINS!

This commit is contained in:
asofold 2015-07-29 00:07:30 +02:00
parent 21d54b48a4
commit 63702f2641
9 changed files with 17 additions and 19 deletions

View File

@ -5,3 +5,4 @@
/target
/bin
/.gitignore
/local-maven/

View File

@ -0,0 +1,8 @@
The folder "local-maven" contains the following dependencies,
some of which will be removed, once the maven repository is found (see pom.xml):
- NoCheatPlus
- mcMMO
- MagicSpells
- Citizens
TODO: Links to the projects, re-check for CURRENT repositories.

View File

@ -1,11 +0,0 @@
This "lib-maven" folder contains dependencies for maven,
which is BAD practice.
It is not even wanted, but i will not change it before i have time to
set up a maven repository for convenient integration.
Would not mind people helping out on the basic knowledge for set-up,
i will likely postpone this until cncp is dead due to getting integrated
into NCP partly, or until i have had time and reason to learn how to
set up a convenient (local?) maven repository working with Jenkins
and manual jar-adding.

View File

@ -12,7 +12,7 @@ softdepend:
commands:
compatnocheatplus:
description: 'Manage cncp, currently only showing some info is available.'
description: 'Show general version information of cncp and dependencies.'
usage: '/<command>'
permission: 'cncp.cmd.info'
aliases:

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>CompatNoCheatPlus</groupId>
<artifactId>CompatNoCheatPlus</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.6.0-RC</version>
<name>CompatNoCheatPlus</name>
@ -42,28 +42,28 @@
<artifactId>mcMMO</artifactId>
<version>todo</version>
<scope>system</scope>
<systemPath>${basedir}/lib-maven/mcMMO.jar</systemPath>
<systemPath>${basedir}/local-maven/mcMMO.jar</systemPath>
</dependency>
<dependency>
<groupId>fr.neatmonster.nocheatplus</groupId>
<artifactId>NoCheatPlus</artifactId>
<version>todo</version>
<scope>system</scope>
<systemPath>${basedir}/lib-maven/NoCheatPlus.jar</systemPath>
<systemPath>${basedir}/local-maven/NoCheatPlus.jar</systemPath>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>Citizens</artifactId>
<version>todo</version>
<artifactId>citizensapi</artifactId>
<version>2.0.16-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${basedir}/lib-maven/Citizens.jar</systemPath>
<systemPath>${basedir}/local-maven/citizensapi-2.0.16-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>com.nisovin</groupId>
<artifactId>MagicSpells</artifactId>
<version>todo</version>
<scope>system</scope>
<systemPath>${basedir}/lib-maven/MagicSpells.jar</systemPath>
<systemPath>${basedir}/local-maven/MagicSpells.jar</systemPath>
</dependency>
</dependencies>