diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 5350e58de..3a6c458a5 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -84,6 +84,9 @@ jobs: ################################################# - name: Clear local Maven cache run: rm -rf ~/.m2/repository + + - name: check mvn version + run: mvn -version ################################################# # 8) Build via jfrog rt mvn, using the new extractor jar