Attempt to install build without deploying
This commit is contained in:
4
config/releaser.yml
Normal file
4
config/releaser.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
releaser:
|
||||
maven:
|
||||
buildCommand: ./scripts/build.sh {{systemProps}}
|
||||
deployCommand: echo "skip deploy"
|
||||
4
scripts/build.sh
Executable file
4
scripts/build.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
#./mvnw clean install -B -Pdocs ${@}
|
||||
./mvnw clean install -B ${@}
|
||||
Reference in New Issue
Block a user