From 8fcc23b2bbef6969f0b5064378ee61e6283fc9ae Mon Sep 17 00:00:00 2001 From: TheCoder4eu Date: Sun, 8 May 2016 13:50:37 +0200 Subject: [PATCH] Update BUILD-MAVEN.txt --- BUILD-MAVEN.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BUILD-MAVEN.txt b/BUILD-MAVEN.txt index 9f7632744..07fe15ad0 100644 --- a/BUILD-MAVEN.txt +++ b/BUILD-MAVEN.txt @@ -2,3 +2,11 @@ Build instructions with Maven. ------------------------------ +To build the jar, run + +mvn clean install + +on the command line. + +Most IDEs also offer decent support for Maven. +For instance, Eclipse users can import the project via "Import --> Maven --> Existing Maven project".