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:
@@ -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
|
||||
-----------------
|
||||
|
||||
|
Reference in New Issue
Block a user