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

[logging-log4j-tools] branch master updated: Random attempts, take 3

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

vy 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 d8548a8  Random attempts, take 3
d8548a8 is described below

commit d8548a824dfb0138fa2b2408e4a8ec2d094b572a
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jan 4 00:31:45 2023 +0100

    Random attempts, take 3
---
 .github/workflows/build.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6ccd7dc..92a81d6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -168,8 +168,11 @@ jobs:
           gpg --list-secret-keys
           cat ~/.m2/settings.xml
           ./mvnw \
-            --show-version --batch-mode --errors --no-transfer-progress \
-            -P release -X
+            -DskipTests=true \
+            -DinstallAtEnd=true \
+            -DdeployAtEnd=true \
+            --settings .github/workflows/maven-settings.xml \
+            package install:install deploy:deploy -X
         env:
           NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
           NEXUS_PASSWORD: ${{ secrets.NEXUS_PW }}