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: