Preparing for releaser GA release

This commit is contained in:
Marcin Grzejszczak
2017-11-20 11:47:54 +01:00
parent 5b2cc6f258
commit 1544d8ea9b
3 changed files with 5 additions and 5 deletions

View File

@@ -6,5 +6,5 @@ FOLDER=`pwd`
set -e
./mvnw clean install
${FOLDER}/scripts/generateDocs.sh
./mvnw clean install "${@}"
${FOLDER}/scripts/generateDocs.sh "${@}"