Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
add skip docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kosteman committed Sep 29, 2022
1 parent 575f608 commit 4a8ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ else
DOCS_RELEASE_DIR=snapshot
fi

mvn clean deploy --settings $TRAVIS_BUILD_DIR/.travis/settings.xml -DskipTests=true -Drelease=true -B -U
mvn clean deploy --settings $TRAVIS_BUILD_DIR/.travis/settings.xml -DskipTests=true -Dmaven.javadoc.skip=true -Drelease=true -B -U

0 comments on commit 4a8ab8f

Please sign in to comment.