summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-10-18 22:49:03 +1100
committerKHobbits <rob@khobbits.co.uk>2013-10-19 12:19:39 +0100
commite25e02d154a57f70b34efb1c4e3858db77202d3d (patch)
treedef80a4bb5e3a8961bf8961327429fe5b1368673 /README.markdown
parent50a9b5718cc1d7085e50f6291a294610ee73efb7 (diff)
downloadEssentials-e25e02d154a57f70b34efb1c4e3858db77202d3d.tar
Essentials-e25e02d154a57f70b34efb1c4e3858db77202d3d.tar.gz
Essentials-e25e02d154a57f70b34efb1c4e3858db77202d3d.tar.lz
Essentials-e25e02d154a57f70b34efb1c4e3858db77202d3d.tar.xz
Essentials-e25e02d154a57f70b34efb1c4e3858db77202d3d.zip
Add Maven Support
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index cc55bb847..a4b88a7cf 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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
-----------------