From a009dedb883e15261fe0d4aa6128b391054ceddf Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Fri, 14 Mar 2025 12:40:18 -0700 Subject: [PATCH] checking mvnw version --- .github/workflows/ci-pipeline.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index a1162fe21..d032cf781 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -85,8 +85,14 @@ jobs: - name: Clear local Maven cache run: rm -rf ~/.m2/repository + - name: Ensure mvnw is executable + run: chmod +x mvnw + - name: check mvn version - run: mvnw -version + run: ./mvnw -version + + - name: Debug repository files + run: ls -lah ################################################# # 8) Build via jfrog rt mvn, using the new extractor jar