From 4c8e809b4635ab5d13191f596416b4d0725b0ec2 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Sun, 10 Jan 2016 08:55:04 -0800 Subject: [PATCH] Added build shell script since some freaking instructions on how to compile would be nice --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..6bdbe37 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V +