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 266f4c4 commit 9d14484Copy full SHA for 9d14484
.travis.yml
@@ -20,7 +20,7 @@ install:
20
21
## Build and release to maven central
22
script:
23
- - if [ $TRAVIS_BRANCH == "master" ]; then mvn clean deploy --settings default.xml -DskipTests=true -B -U -X -Prelease; fi
+ - if [ $TRAVIS_BRANCH == "master" ]; then mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease; fi
24
25
## Get the project version
26
before_deploy:
0 commit comments