File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 66 <password >${env.CI_DEPLOY_PASSWORD}</password >
77 </server >
88 </servers >
9+ <mirrors >
10+ <mirror >
11+ <id >central-secure</id >
12+ <url >https://repo.maven.apache.org/maven2</url >
13+ <mirrorOf >central</mirrorOf >
14+ </mirror >
15+ </mirrors >
916</settings >
Original file line number Diff line number Diff line change 9191 - name : Verify Setup of Maven ${{ matrix.maven_version }}
9292 run : bash -c "echo ${M2_HOME}; echo ${PATH}; mvn -version"
9393 - name : Install a test version with Maven
94- run : mvn clean install -B
94+ run : mvn clean install -B --settings=./.buildscript/settings.xml
9595 - name : Run the local testversion with Maven
96- run : mvn clean initialize -B -Pdemo -Dmaven.test.skip=true
96+ run : mvn clean initialize -B -Pdemo -Dmaven.test.skip=true --settings=./.buildscript/settings.xml
9797 - name : Validate if the testversion has produced the desired output
9898 run : /bin/bash -c '[[ -f maven/target/testing.properties ]] && cat maven/target/testing.properties || exit 1;'
9999
You can’t perform that action at this time.
0 commit comments