Added compile only mode

This commit is contained in:
Marcin Grzejszczak
2018-07-20 14:46:39 +02:00
parent b48d50edcc
commit ee5451a483

9
scripts/compileOnly.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
FOLDER=`pwd`
set -e
./mvnw clean install -DskipTests -Pfast