We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2f3ed commit afa7f43Copy full SHA for afa7f43
.travis.yml
@@ -27,7 +27,7 @@ install:
27
28
## Build and release to maven central
29
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
+ - if [[ $TRAVIS_BRANCH == "master" ]]; then mvn clean deploy --settings default.xml -B -Prelease; fi
31
32
## Get the project version, only tag if tag does not exist
33
before_deploy:
0 commit comments