From 2e528073fdd795081003f1cc18c328039b3f3be2 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Thu, 16 Jul 2015 16:31:53 +0200 Subject: [PATCH] Update readme. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d6d3e592f..99fe8cb14 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,25 @@ The most important thing, however, is not a whole load of features. Because, if ### Developer Resources * [JavaDocs](http://empcraft.com/plotsquared/doc/) * [Build Server](http://ci.nixium.com/job/PlotSquared/) +* [Maven Repo](http://mvn.intellectualsites.com/content/repositories/intellectualsites/) +# Maven +We're now on maven! +```xml + + + intellectualsites + http://mvn.intellectualsites.com/content/repositories/intellectualsites/ + + + + com.intellectualcrafters + PlotSquared + 2.12.9 + +``` + # Building Build the project using your favourite compiler (maven is the recommended way to build), then package the jar using `mvn package`.