feat: add build script

This commit is contained in:
Simon Giesel 2020-05-17 19:16:11 +02:00
parent 9203d8c95b
commit 63603178ee

4
build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
mvn install -f "varo/pom.xml"
cp varo/target/varo-1.0.jar ../0LocalServer/plugins/varo.jar
echo "Build done and file was moved."