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 | d84fb870bf45e4fddee9f429d8c0d780dc44abb4 (patch) | |
tree | e55594e4581364ab573f0e0d95f444b9e852edd6 /README.markdown | |
parent | ce3a90b617ede8c00719f5c2e4439b4b0947079e (diff) | |
download | Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar.gz Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar.lz Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar.xz Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.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 ----------------- |