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 5054df2 commit 12807dfCopy full SHA for 12807df
.travis.yml
@@ -25,16 +25,9 @@ branches:
25
- /^dependabot.*$/
26
before_install:
27
- export MAVEN_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
28
- - export M2_HOME=$HOME/maven
29
- - export PATH=${M2_HOME}/bin:${PATH}
30
-install:
31
- - travis_retry wget https://www-us.apache.org/dist/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz
32
- - tar -xvzf apache-maven-3.6.2-bin.tar.gz
33
- - sudo mv apache-maven-3.6.2 maven
34
script:
35
- - mvn -v
36
- - mvn -ntp site
37
- - mvn -ntp package
+ - mvn -B site
+ - mvn -B package
38
jobs:
39
include:
40
- stage: release
0 commit comments