Update releaser build

This commit is contained in:
Spencer Gibb
2017-10-27 16:48:59 -04:00
parent 8c645da67a
commit 8cd14882d3
2 changed files with 8 additions and 0 deletions

3
config/releaser.yml Normal file
View File

@@ -0,0 +1,3 @@
releaser:
maven:
buildCommand: ./scripts/build.sh

5
scripts/build.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