Normalize mvn invocation on GitHub

This commit is contained in:
Gary Gregory 2023-10-11 07:31:35 -04:00
parent d9a4b2a9e9
commit 78c0bf08d9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress
run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

View File

@ -49,4 +49,4 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -Ddoclint=all --file pom.xml --no-transfer-progress
run: mvn -Ddoclint=all --show-version --batch-mode --no-transfer-progress