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-weaver.git
The following commit(s) were added to refs/heads/master by this push: new f34dbb1 Normalize mvn invocation on GitHub f34dbb1 is described below commit f34dbb16e5245819a2881ec616b8aeac4916d599 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 11 07:56:27 2023 -0400 Normalize mvn invocation on GitHub --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d9775c5..6ed1e6e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,4 +58,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn --batch-mode --no-transfer-progress clean verify # cobertura:cobertura coveralls:report + run: mvn --show-version --batch-mode --no-transfer-progress clean verify