Fixes for mvn-settings.xml #3
This commit is contained in:
@@ -36,6 +36,11 @@ jobs:
|
||||
with:
|
||||
maven-version: '3.9.9'
|
||||
|
||||
- name: Write Maven settings
|
||||
run: echo -e "$MVN_SETTINGS_XML" > ~/.m2/settings.xml
|
||||
env:
|
||||
MVN_SETTINGS_XML: ${{ secrets.MVN_SETTINGS_XML }}
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
@@ -43,9 +48,6 @@ jobs:
|
||||
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: |
|
||||
|
||||
Reference in New Issue
Block a user