mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
checking mvn version
This commit is contained in:
parent
a794a8afcc
commit
62518a1e40
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
|
@ -84,6 +84,9 @@ jobs:
|
||||||
#################################################
|
#################################################
|
||||||
- name: Clear local Maven cache
|
- name: Clear local Maven cache
|
||||||
run: rm -rf ~/.m2/repository
|
run: rm -rf ~/.m2/repository
|
||||||
|
|
||||||
|
- name: check mvn version
|
||||||
|
run: mvn -version
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
# 8) Build via jfrog rt mvn, using the new extractor jar
|
# 8) Build via jfrog rt mvn, using the new extractor jar
|
||||||
|
|
Loading…
Reference in a new issue