Fixes for mvn-settings.xml #2

This commit is contained in:
Marko Frankovic
2025-02-27 12:25:08 +01:00
parent 9fc6b68bae
commit f99d8fb3dd
3 changed files with 13 additions and 2 deletions
+4
View File
@@ -42,6 +42,10 @@ jobs:
java-version: '8'
distribution: 'corretto'
cache: maven
overwrite-settings: false
run: echo -e "$MVN_SETTINGS_XML" > ~/.m2/settings.xml
env:
MVN_SETTINGS_XML: ${{ secrets.MVN_SETTINGS_XML }}
- name: Set up AWS Cli
run: |