From 4a8ab8f673fcafa074e4771f2614797add6829ea Mon Sep 17 00:00:00 2001 From: Konstantin Maltsev Date: Thu, 29 Sep 2022 16:06:59 +0600 Subject: [PATCH] add skip docs --- .travis/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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