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 46bef82 commit 8319d3dCopy full SHA for 8319d3d
2 files changed
.github/workflows/maven.yml
@@ -37,4 +37,4 @@ jobs:
37
with:
38
java-version: ${{ matrix.java }}
39
- name: Build with Maven
40
- run: mvn -V package --file pom.xml
+ run: mvn -V package --file pom.xml --no-transfer-progress
.travis.yml
@@ -29,6 +29,6 @@ matrix:
29
allow_failures:
30
- jdk: openjdk-ea
31
script:
32
- - mvn
+ - mvn -V --no-transfer-progress
33
after_success:
34
- - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
+ - mvn -V clean cobertura:cobertura coveralls:report -Ptravis-cobertura --no-transfer-progress
0 commit comments