diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index fc2084155..159878894 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -60,6 +60,15 @@ jobs: - name: Configure Maven to resolve via Artifactory run: jf mvnc --global --repo-resolve-releases jesseh-maven-dev-virtual/ --repo-resolve-snapshots jesseh-maven-dev-virtual/ + + + ################################################# + # 6) Build with Maven (attached to build via env) + ################################################# + - name: Maven Build With JFrog CLI + run: | + jf mvn clean install \ + -DskipTests=true -Denforcer.skip=true ################################################# # 5) SAST/SCA (Associated with an Xray Watch) ################################################# @@ -71,14 +80,6 @@ jobs: --watches=jesseh-security \ --fail=true - ################################################# - # 6) Build with Maven (attached to build via env) - ################################################# - - name: Maven Build With JFrog CLI - run: | - jf mvn clean install \ - -DskipTests=true -Denforcer.skip=true - ################################################# # 7) Scan produced artifact (on-demand scan) #################################################