From d84fb870bf45e4fddee9f429d8c0d780dc44abb4 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Fri, 18 Oct 2013 22:49:03 +1100 Subject: Add Maven Support --- README.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.markdown') 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 ----------------- -- cgit v1.2.3