mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
adding notes
This commit is contained in:
parent
f12e6c376b
commit
d277b13f19
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci-pipeline.yml
vendored
4
.github/workflows/ci-pipeline.yml
vendored
|
@ -59,9 +59,7 @@ jobs:
|
||||||
# 6) Configure Maven to use JFrog as a repository
|
# 6) Configure Maven to use JFrog as a repository
|
||||||
#################################################
|
#################################################
|
||||||
- name: configure maven
|
- name: configure maven
|
||||||
run: jf mvnc --global \
|
run: jf mvnc --global --repo-resolve-releases ${{secrets.RT_REPO_MVN_VIRTUAL}} --repo-resolve-snapshots ${{secrets.RT_REPO_MVN_VIRTUAL}}
|
||||||
--repo-resolve-releases ${{secrets.RT_REPO_MVN_VIRTUAL}} \
|
|
||||||
--repo-resolve-snapshots ${{secrets.RT_REPO_MVN_VIRTUAL}}
|
|
||||||
# This sets up JFrog CLI to resolve dependencies from Artifactory
|
# This sets up JFrog CLI to resolve dependencies from Artifactory
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
Loading…
Reference in a new issue