Skip to content

Commit

Permalink
add -Dmaven.javadoc.skip=true
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 31, 2019
1 parent f32459b commit 10a17b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:

## Build and release to maven central
script:
- if [[ $TRAVIS_BRANCH == "master" ]]; then mvn clean deploy --settings default.xml -DskipTests=true -B -Prelease; fi
- if [[ $TRAVIS_BRANCH == "master" ]]; then mvn clean deploy --settings default.xml -Dmaven.javadoc.skip=true -DskipTests=true -B -Prelease; fi

## Get the project version
before_deploy:
Expand Down

0 comments on commit 10a17b8

Please sign in to comment.