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 7a40e60c30 INFRA-23225 Replaces - by !
7a40e60c30 is described below
commit 7a40e60c30fb866df8e3a84195e64c0c26289056
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat May 7 08:03:55 2022 +0200
INFRA-23225 Replaces - by !
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 824554b981..9c2ce56e01 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -141,13 +141,13 @@ 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 -pl '!log4j-bom' \
--show-version --batch-mode --errors --no-transfer-progress \
-Dgpg.skip=true \
-DskipTests=true \
--settings .github/workflows/maven-settings.xml \
--global-toolchains ".github/workflows/maven-toolchains.xml" \
- deploy
+ package install:install deploy:deploy
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}