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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new a0132021 Disable for now [skip ci]
a0132021 is described below

commit a0132021504012043c8e79fc2d701ed1b5a25121
Author: Sebb <s...@apache.org>
AuthorDate: Mon Dec 18 16:24:54 2023 +0000

    Disable for now [skip ci]
---
 .github/workflows/maven_crosstest.yml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/maven_crosstest.yml 
b/.github/workflows/maven_crosstest.yml
index b4e2e63e..1fd7918a 100644
--- a/.github/workflows/maven_crosstest.yml
+++ b/.github/workflows/maven_crosstest.yml
@@ -142,21 +142,21 @@ jobs:
           name: crypto-package
           path: target/*.jar
           retention-days: 7
-      # deploy to Maven central
-      - name: Set up Apache Maven Central
-        uses: actions/setup-java@v4
-        with: # running setup-java again overwrites the settings.xml
-          distribution: 'temurin'
-          java-version: '8'
-          server-id: apache.snapshots.https # Value of the 
distributionManagement/repository/id field of the pom.xml
-          server-username: ASF_USERNAME # env variable for username in deploy
-          server-password: ASF_PASSWORD # env variable for token in deploy
+      # # deploy to Maven central
+      # - name: Set up Apache Maven Central
+      #   uses: actions/setup-java@v4
+      #   with: # running setup-java again overwrites the settings.xml
+      #     distribution: 'temurin'
+      #     java-version: '8'
+      #     server-id: apache.snapshots.https # Value of the 
distributionManagement/repository/id field of the pom.xml
+      #     server-username: ASF_USERNAME # env variable for username in deploy
+      #     server-password: ASF_PASSWORD # env variable for token in deploy
 
-      - name: Publish to Apache Maven Central
-        env:
-          ASF_USERNAME: ${{ secrets.NEXUS_USER }}
-          ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
-        run: mvn package deploy -DskipTests
+      # - name: Publish to Apache Maven Central
+      #   env:
+      #     ASF_USERNAME: ${{ secrets.NEXUS_USER }}
+      #     ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
+      #   run: mvn package deploy -DskipTests
 
   # Test Jobs that don't use Docker
   standalone:

Reply via email to