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-skin.git
The following commit(s) were added to refs/heads/master by this push: new de13c90 Normalize mvn invocation on GitHub de13c90 is described below commit de13c904ebc845d86df10594aa7d71c0cdc97423 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 11 07:53:43 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 67483fb..e48fc3f 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 -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false + run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false