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 3ccb580 commit f1aedbaCopy full SHA for f1aedba
1 file changed
.travis.yml
@@ -5,14 +5,14 @@ before_install:
5
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
6
7
install:
8
- - mvn --settings .maven.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
+ - mvn install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
9
10
script:
11
- |
12
if [[ -z "${TRAVIS_TAG}" ]]; then
13
- mvn clean deploy -B -U -P debug
+ mvn clean deploy -Dmaven.deploy.skip=true -B -U -Pdebug
14
else
15
- mvn clean deploy --settings .maven.xml -B -U -P release
+ mvn clean deploy --settings .maven.xml -B -U -Prelease
16
fi
17
18
before_deploy:
0 commit comments