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 20:35:23 UTC

[logging-log4j-tools] branch master updated: INFRA-23996 Try to make `sign-maven-plugin` work, 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 7c85499  INFRA-23996 Try to make `sign-maven-plugin` work, take 3
7c85499 is described below

commit 7c8549928d72d13cb46317ba403a45f0f3e31086
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 21:36:16 2023 +0100

    INFRA-23996 Try to make `sign-maven-plugin` work, take 3
---
 .github/workflows/build.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a22c307..aef0e5d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -162,8 +162,6 @@ jobs:
           }
 
       - name: Deploy
-        # `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: |
           gpg --list-secret-keys
           ./mvnw \
@@ -172,7 +170,7 @@ jobs:
             -DinstallAtEnd=true \
             -DdeployAtEnd=true \
             -P release \
-            package install:install deploy:deploy
+            deploy
         env:
           NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
           NEXUS_PASSWORD: ${{ secrets.NEXUS_PW }}