Move maven command in the readme down a line.
This commit is contained in:
parent
1cfca8bc87
commit
f69dfe22dc
@ -7,6 +7,7 @@ This plugins adds Jail to your Minecraft server. Admins can define several jails
|
|||||||
Developing/Building
|
Developing/Building
|
||||||
===
|
===
|
||||||
If you want to make some changes, build, and run the unit tests you will notice we require CraftBukkit 1.8 with maven and it isn't hosted anywhere publically for legal reasons. You will need to build CraftBukkit 1.8 yourself and then put it locally for maven with the following command:
|
If you want to make some changes, build, and run the unit tests you will notice we require CraftBukkit 1.8 with maven and it isn't hosted anywhere publically for legal reasons. You will need to build CraftBukkit 1.8 yourself and then put it locally for maven with the following command:
|
||||||
|
|
||||||
`mvn install:install-file -Dfile=craftbukkit-1.8.jar -DgroupId=org.bukkit -DartifactId=craftbukkit -Dversion=1.8-R0.1-SNAPSHOT -Dpackaging=jar`
|
`mvn install:install-file -Dfile=craftbukkit-1.8.jar -DgroupId=org.bukkit -DartifactId=craftbukkit -Dversion=1.8-R0.1-SNAPSHOT -Dpackaging=jar`
|
||||||
|
|
||||||
Beta 4 Changes
|
Beta 4 Changes
|
||||||
|
Loading…
Reference in New Issue
Block a user