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

Add Maven Support

This commit is contained in:
Chris Ward
2013-10-18 22:49:03 +11:00
committed by KHobbits
parent 50a9b5718c
commit e25e02d154
24 changed files with 759 additions and 7 deletions

View File

@@ -11,6 +11,21 @@ Recommended NetBeans plugins:
* Git
* PMD & FindBugs ( http://kenai.com/projects/sqe/pages/Home )
Building
--------
To build with Maven, use the command
```
mvn package dependency:copy
```
To build with Ant, use the command
```
ant
```
Jar files can then be found in the /jars folder
Commit Guidelines
-----------------