You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/03 21:41:40 UTC

[logging-log4j-tools] branch master updated: Adding debugging info to build.yml

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new fbfddfc  Adding debugging info to build.yml
fbfddfc is described below

commit fbfddfce5ed3a92feb4a7df3158900b448372e99
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Tue Jan 3 22:41:31 2023 +0100

    Adding debugging info to build.yml
---
 .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 5f0ac9e..8d62d6c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -166,7 +166,7 @@ jobs:
           gpg --list-secret-keys
           ./mvnw \
             --show-version --batch-mode --errors --no-transfer-progress \
-            -P release
+            -P release -X
         env:
           NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
           NEXUS_PASSWORD: ${{ secrets.NEXUS_PW }}