mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Update readme.
This commit is contained in:
parent
cff47cbac0
commit
2e528073fd
17
README.md
17
README.md
@ -14,8 +14,25 @@ The most important thing, however, is not a whole load of features. Because, if
|
|||||||
### Developer Resources
|
### Developer Resources
|
||||||
* [JavaDocs](http://empcraft.com/plotsquared/doc/)
|
* [JavaDocs](http://empcraft.com/plotsquared/doc/)
|
||||||
* [Build Server](http://ci.nixium.com/job/PlotSquared/)
|
* [Build Server](http://ci.nixium.com/job/PlotSquared/)
|
||||||
|
* [Maven Repo](http://mvn.intellectualsites.com/content/repositories/intellectualsites/)
|
||||||
|
|
||||||
|
|
||||||
|
# Maven
|
||||||
|
We're now on maven!
|
||||||
|
```xml
|
||||||
|
<!-- Repository -->
|
||||||
|
<repository>
|
||||||
|
<id>intellectualsites</id>
|
||||||
|
<url>http://mvn.intellectualsites.com/content/repositories/intellectualsites/</url>
|
||||||
|
</repository>
|
||||||
|
<!-- Dependency -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.intellectualcrafters</groupId>
|
||||||
|
<artifactId>PlotSquared</artifactId>
|
||||||
|
<version>2.12.9</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
Build the project using your favourite compiler (maven is the recommended way to build), then package the jar using `mvn package`.
|
Build the project using your favourite compiler (maven is the recommended way to build), then package the jar using `mvn package`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user