This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 2efbed2b0d Use maven.test.skip to skip tests 2efbed2b0d is described below commit 2efbed2b0d228ed430e32fea0270b3fb814ec89e Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Sep 15 09:32:36 2024 +0100 Use maven.test.skip to skip tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5db5dfafc2..8e30cd913d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: server-username: NEXUS_USER server-password: NEXUS_PW - name: Deploy - run: mvn -B -e -Papache-release -Dgpg.skip=true -DskipTests=true deploy + run: mvn -B -e -Papache-release -Dgpg.skip=true -Dmaven.test.skip=true deploy env: NEXUS_USER: ${{ secrets.NEXUS_USER }} NEXUS_PW: ${{ secrets.NEXUS_PW }}