Added build shell script since some freaking instructions on how to compile would be nice

This commit is contained in:
Michaelangel007 2016-01-10 08:55:04 -08:00
parent 676256b6fc
commit 4c8e809b46
1 changed files with 4 additions and 0 deletions

4
build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V