Varo/build.sh

4 lines
140 B
Bash
Raw Normal View History

2020-05-17 17:16:11 +00:00
#!/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."