diff options
author | Chris Ward <chris@chrisgward.com> | 2013-10-18 22:49:03 +1100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-10-19 12:19:39 +0100 |
commit | e25e02d154a57f70b34efb1c4e3858db77202d3d (patch) | |
tree | def80a4bb5e3a8961bf8961327429fe5b1368673 /README.markdown | |
parent | 50a9b5718cc1d7085e50f6291a294610ee73efb7 (diff) | |
download | Essentials-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.markdown | 15 |
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 ----------------- |