Added compile only mode

This commit is contained in:
Marcin Grzejszczak
2018-07-20 14:52:00 +02:00
parent e19a600ca7
commit bc0793de0e

5
scripts/compileOnly.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
./src/main/bash/travis_install_consul.sh
./src/test/bash/travis_run_consul.sh
./mvnw clean install -B -Pdocs -DskipTests