diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 11b597c..b37a6fd 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -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 \ No newline at end of file +mvn clean deploy --settings $TRAVIS_BUILD_DIR/.travis/settings.xml -DskipTests=true -Dmaven.javadoc.skip=true -Drelease=true -B -U \ No newline at end of file