From 5ae6eb099887d9f095c43bd7f8371009d9eb7f93 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Fri, 14 Mar 2025 12:57:41 -0700 Subject: [PATCH] mvn clean install --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d032cf781..9a0fb3025 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -102,7 +102,7 @@ jobs: ################################################# - name: Maven Build With JFrog CLI run: | - jfrog rt mvn clean package -X -e \ + jfrog rt mvn clean install -X -e \ --build-name="spring-petclinic" \ --build-number="${{ github.run_id }}"