checking mvn version

This commit is contained in:
Jesse Houldsworth 2025-03-14 12:19:50 -07:00
parent a794a8afcc
commit 62518a1e40

View file

@ -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