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
+4 -4
View File
@@ -1,4 +1,4 @@
releaser: #releaser:
maven: # maven:
buildCommand: ./scripts/build.sh {{systemProps}} # buildCommand: ./scripts/build.sh {{systemProps}}
deployCommand: echo "skip deploy" # deployCommand: echo "skip deploy"
+2 -2
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
#./mvnw clean install -B -Pdocs ${@} ./mvnw clean install -B -Pdocs ${@}
./mvnw clean install -B -DskipTests ${@} #./mvnw clean install -B -DskipTests ${@}