fix javadoc:aggregate-jar goal order

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-05-02 10:15:46 +10:00
parent e06b33b867
commit 80fe389c8b
1 changed files with 1 additions and 3 deletions

View File

@ -158,9 +158,7 @@ if proceedyn "Are you sure you want to release using above? (y/N)" n; then
# This is equivalent to 'mvn release:perform'
if proceedyn "Build/Deploy from tag $TAG_NAME? (Y/n)" y; then
git checkout $TAG_NAME
# javadoc:aggregate-jar need already build modules
mvn clean install -T4 -DskipTests
mvn javadoc:aggregate-jar package source:jar javadoc:jar gpg:sign deploy \
mvn clean package source:jar javadoc:jar gpg:sign javadoc:aggregate-jar deploy \
-Peclipse-release $DEPLOY_OPTS
reportMavenTestFailures
git checkout $GIT_BRANCH_ID