Comment out release hack

This commit is contained in:
Spencer Gibb
2019-10-03 14:56:34 -04:00
parent 098dba54c2
commit 3a6c453d61
2 changed files with 6 additions and 6 deletions

View File

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

View File

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