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`.