Skip to content

Commit

Permalink
clean before package
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrancois committed Sep 7, 2019
1 parent b67e9d0 commit d09c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ git push upstream $TAG_BRANCH
echo "Finished Push commits"

echo "Running mvn package"
mvn package -DskipTests
mvn clean package -DskipTests
echo "Making zip of javadoc"
cd ${TRAVIS_BUILD_DIR}/preferencesfx/target/apidocs
zip -r ${TRAVIS_BUILD_DIR}/javadoc.zip .

0 comments on commit d09c87b

Please sign in to comment.