This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 07444c0d4a INFRA-23225 Try without deployAtEnd
07444c0d4a is described below

commit 07444c0d4ab01eb0f424ae9f5d8c76346ae0c0ae
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat May 7 00:49:30 2022 +0200

    INFRA-23225 Try without deployAtEnd
---
 .github/workflows/build.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 02539af6a2..02d90c4c97 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -145,10 +145,9 @@ jobs:
             --show-version --batch-mode --errors --no-transfer-progress \
             -Dgpg.skip=true \
             -DskipTests=true \
-            -DdeployAtEnd=true \
             --settings .github/workflows/maven-settings.xml \
             --global-toolchains ".github/workflows/maven-toolchains.xml" \
-            package install:install deploy:deploy
+            deploy
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}

Reply via email to