mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
fixing mvn config
This commit is contained in:
parent
f0e1652472
commit
cb6fba2310
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
|
@ -44,8 +44,7 @@ jobs:
|
||||||
--repo-resolve-snapshots=maven-maven-remote \
|
--repo-resolve-snapshots=maven-maven-remote \
|
||||||
--server-id-deploy=my-artifactory \
|
--server-id-deploy=my-artifactory \
|
||||||
--repo-deploy-releases=maven-libs-release-local \
|
--repo-deploy-releases=maven-libs-release-local \
|
||||||
--repo-deploy-snapshots=maven-libs-snapshot-local \
|
--repo-deploy-snapshots=maven-libs-snapshot-local
|
||||||
--set-proxy
|
|
||||||
|
|
||||||
- name: Debug Maven Settings
|
- name: Debug Maven Settings
|
||||||
run: mvn help:effective-settings
|
run: mvn help:effective-settings
|
||||||
|
|
Loading…
Reference in a new issue