Skip to content

Commit f1aedba

Browse files
committed
Now it works
1 parent 3ccb580 commit f1aedba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ before_install:
55
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
66

77
install:
8-
- mvn --settings .maven.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
8+
- mvn install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
99

1010
script:
1111
- |
1212
if [[ -z "${TRAVIS_TAG}" ]]; then
13-
mvn clean deploy -B -U -P debug
13+
mvn clean deploy -Dmaven.deploy.skip=true -B -U -Pdebug
1414
else
15-
mvn clean deploy --settings .maven.xml -B -U -P release
15+
mvn clean deploy --settings .maven.xml -B -U -Prelease
1616
fi
1717
1818
before_deploy:

0 commit comments

Comments
 (0)