This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new cdc63e18 Normalize mvn invocation on GitHub
cdc63e18 is described below
commit cdc63e188b4cf9bff33c963b7e7409f9dd425ef5
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 11 07:25:49 2023 -0400
Normalize mvn invocation on GitHub
---
.github/workflows/coverage.yml | 2 +-
.github/workflows/maven.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 3f223874..20515f76 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -44,7 +44,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn -V clean test jacoco:report --file pom.xml
--no-transfer-progress
+ run: mvn --show-version --batch-mode --no-transfer-progress clean test
jacoco:report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d49e2c31..d1f28375 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,6 +49,6 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn -V -e --file pom.xml --no-transfer-progress
+ run: mvn --show-version --batch-mode --no-transfer-progress -e
# For Java 11, you can be more strict:
-DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist