Attempt to install build without deploying

This commit is contained in:
Spencer Gibb
2019-10-03 14:39:41 -04:00
parent 2a3797bdaa
commit 9d8a2e134e
2 changed files with 8 additions and 0 deletions

4
config/releaser.yml Normal file
View File

@@ -0,0 +1,4 @@
releaser:
maven:
buildCommand: ./scripts/build.sh {{systemProps}}
deployCommand: echo "skip deploy"

4
scripts/build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
#./mvnw clean install -B -Pdocs ${@}
./mvnw clean install -B ${@}