test mvn settings #4

This commit is contained in:
Marko Frankovic
2025-02-27 13:15:15 +01:00
parent f6d43ba809
commit 663df42b61
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -50,11 +50,11 @@ jobs:
- name: Build with Maven
run: |
mvn -B clean package --file pom.xml -s mvn-settings.xml
mvn -B clean package --file pom.xml
- name: Deploy artifacts
run: |
mvn deploy --file pom.xml -s mvn-settings.xml -DrepositoryId=deploy
mvn deploy --file pom.xml -DrepositoryId=pravila--pravila-maven
env:
GITHUB_TOKEN: ${{ github.token }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_CA_USER }}