Skip to content

Commit afa7f43

Browse files
committed
do not skip javadocs and sources during deploy
1 parent 3b2f3ed commit afa7f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727

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

3232
## Get the project version, only tag if tag does not exist
3333
before_deploy:

0 commit comments

Comments
 (0)