From 5747e4f8100102432d1a0bfcf8907ced05dd113e Mon Sep 17 00:00:00 2001 From: Pascal Essiembre Date: Thu, 10 Jul 2025 02:08:40 -0400 Subject: [PATCH] Fixing build issues. --- .github/workflows/maven-ci-cd.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven-ci-cd.yaml b/.github/workflows/maven-ci-cd.yaml index 3a425ea1e..e7f1f85aa 100644 --- a/.github/workflows/maven-ci-cd.yaml +++ b/.github/workflows/maven-ci-cd.yaml @@ -135,14 +135,11 @@ jobs: - name: Generate Maven settings.xml with multiple servers uses: s4u/maven-settings-action@v3.1.0 with: + # adds a "github" server entry to the settings.xml + githubServer: true # ids must match the server IDs in the pom.xml servers: | [ - { - "id": "github", - "username": "${{ github.actor }}", - "password": "${{ secrets.GITHUB_TOKEN }}" - }, { "id": "central", "username": "${{ secrets.OSSRH_USERNAME }}",