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

vy 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 1a2a5946f3 INFRA-23225 Try to deploy log4j-bom, one more time.
1a2a5946f3 is described below

commit 1a2a5946f35712e25f141ac7aa0e93d82594b5a3
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon May 9 11:42:00 2022 +0200

    INFRA-23225 Try to deploy log4j-bom, one more time.
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9c2ce56e01..b54e82c6d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -141,7 +141,7 @@ jobs:
         # `package install:install deploy:deploy` goal is needed to deploy 
without configuring the plugin in the POM.
         # For details see: 
https://maven.apache.org/plugins/maven-gpg-plugin/examples/deploy-signed-artifacts.html
         run: |
-          ./mvnw -pl '!log4j-bom' \
+          ./mvnw \
             --show-version --batch-mode --errors --no-transfer-progress \
             -Dgpg.skip=true \
             -DskipTests=true \

Reply via email to