From da8834b51a746ffe929f97d3920012847d2ca1d5 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 15:10:28 -0500 Subject: [PATCH] Fix settings.xml --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9c0ffc3..1824391 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,6 +30,8 @@ jobs: java-version: '11' distribution: 'temurin' cache: maven + server-id: github # Value of the distributionManagement/repository/id field of the pom.xml + settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build and Publish with Maven run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml env: