Skip to content

Commit

Permalink
fix(release process): fix maven command line calls
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Sep 19, 2019
1 parent 65b27ab commit 94ebb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ install:
- tar -xvzf apache-maven-3.6.2-bin.tar.gz
- sudo mv apache-maven-3.6.2 maven
script:
- mvn site -ntp
- mvn package -ntp
- mvn -ntp site
- mvn -ntp package
jobs:
include:
- stage: release
Expand Down

0 comments on commit 94ebb3a

Please sign in to comment.