Preparing for releaser GA release

This commit is contained in:
Marcin Grzejszczak
2017-11-20 11:48:48 +01:00
parent 1544d8ea9b
commit e8b3168d0b
2 changed files with 4 additions and 4 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 ${@}