From 78b615cfbcbe122143a5cae96676e840717bc246 Mon Sep 17 00:00:00 2001 From: asofold Date: Sat, 14 Jun 2014 18:44:53 +0200 Subject: [PATCH] Attempt to correct markdown. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd77006d..744a1d6c 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Compiling NoCheatPlus * We use [Maven] (http://maven.apache.org/download.cgi) 3 to handle the dependencies. * You can compile it with this Maven goal: `mvn clean package` * NoCheatPlus is compiled for Java 6. -* If you run into trouble with dependencies, because they have been removed from the repository for obscure reasons, or if the repository prevents you from accessing it, you can install the dependency manually.\\ -Example for Eclipse with embedded maven:\\ -Add a new maven build run configuration, name it appropriately, e.g. {{{Install CB 1.7.5}}}. -Set goals to: {{{install:install-file -Dfile= -DgroupId=org.bukkit -DartifactId=craftbukkit -Dversion=1.7.5-R0.1-SNAPSHOT -Dpackaging=jar}}}\\ -On Windows the might look like: {{{X:\...\craftbukkit\3042\craftbukkit-1.7.5-R0.1-20140408.020329-16.jar}}}\\ -To let it run you might have to set the base directory, e.g. to {{{ ${workspace_loc} }}}, it does not seem to have significance.\\ +* If you run into trouble with dependencies, because they have been removed from the repository for obscure reasons, or if the repository prevents you from accessing it, you can install the dependency manually. +Example for Eclipse with embedded maven: +Add a new maven build run configuration, name it appropriately, e.g. ```Install CB 1.7.5```. +Set goals to: ```install:install-file -Dfile= -DgroupId=org.bukkit -DartifactId=craftbukkit -Dversion=1.7.5-R0.1-SNAPSHOT -Dpackaging=jar``` +On Windows the might look like: ```X:\...\craftbukkit\3042\craftbukkit-1.7.5-R0.1-20140408.020329-16.jar``` +To let it run you might have to set the base directory, e.g. to ```${workspace_loc}```, it does not seem to have significance. Do set the correct version alongside the file name. On newer version of maven, you might do with much simplified goals, because the pom inside the jars are parsed. Links