1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-09 08:06:54 +02:00

Instructions on how to build.

This commit is contained in:
md_5
2012-09-16 13:56:42 +10:00
parent cfdbd5360e
commit 858350c344

View File

@@ -18,7 +18,7 @@ Please follow the format guidelines that are saved in the project properties.
Windows users, please read this: http://help.github.com/line-endings/
The default line ending is LF.
To build all jars, select the BuildAll project and build that. You'll find all jars inside the dist/lib folder of the BuildAll project.
To build all jars, open this folder and use `mvn clean install` to build it. You'll find all jars inside the jars/ folder.
If you create pull requests, always make them for the master branch.