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 e4a05ea642 INFRA-23225 Exclude failing log4j-bom from deployment
e4a05ea642 is described below

commit e4a05ea642938952f9900bb262df5084a5bf4248
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat May 7 07:22:12 2022 +0200

    INFRA-23225 Exclude failing log4j-bom from deployment
---
 .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 02d90c4c97..824554b981 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 \
+          ./mvnw -pl -log4j-bom \
             --show-version --batch-mode --errors --no-transfer-progress \
             -Dgpg.skip=true \
             -DskipTests=true \

Reply via email to