Added releaser config

This commit is contained in:
Marcin Grzejszczak
2018-06-29 22:55:54 +02:00
parent f535d08f39
commit 99abc08a3e
2 changed files with 9 additions and 0 deletions

6
config/build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
./src/test/bash/install_vault.sh
./src/test/bash/create_certificates.sh
./src/test/bash/local_run_vault.sh &
./mvnw clean install -Pdocs

3
config/releaser.yml Normal file
View File

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