From a0132021504012043c8e79fc2d701ed1b5a25121 Mon Sep 17 00:00:00 2001 From: Sebb Date: Mon, 18 Dec 2023 16:24:54 +0000 Subject: [PATCH] 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 b4e2e63e1..1fd7918a8 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: