Skip to content

Commit 94ebb3a

Browse files
fix(release process): fix maven command line calls
1 parent 65b27ab commit 94ebb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ install:
3232
- tar -xvzf apache-maven-3.6.2-bin.tar.gz
3333
- sudo mv apache-maven-3.6.2 maven
3434
script:
35-
- mvn site -ntp
36-
- mvn package -ntp
35+
- mvn -ntp site
36+
- mvn -ntp package
3737
jobs:
3838
include:
3939
- stage: release

0 commit comments

Comments
 (0)