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
commit 796f83150bba8afcad0ee788c66cc68f1b5fc234 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon May 9 12:55:32 2022 +0200 INFRA-23225 Exclude log4j-bom, one more time. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b54e82c6d9..52a0988652 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,8 +140,10 @@ jobs: shell: bash # `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 + # INFRA-23225 `log4j-bom` is excluded due to 401 errors. run: | ./mvnw \ + -pl '!log4j-bom' \ --show-version --batch-mode --errors --no-transfer-progress \ -Dgpg.skip=true \ -DskipTests=true \
