From c3f1f717671c3aa37a822728032d4fa90893369b Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 25 Aug 2025 10:56:36 -0700 Subject: [PATCH] new workflow --- .github/workflows/ci-pipeline.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 3fa113bdf..421ff2ff6 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -36,7 +36,11 @@ jobs: - name: Configure Maven Repositories run: | - jf mvnc --repo-resolve-releases jesseh-maven-dev-virtual --repo-deploy-releases jesseh-maven-dev-local + jf mvnc \ + --repo-resolve-releases jesseh-maven-dev-virtual \ + --repo-resolve-snapshots jesseh-maven-dev-virtual \ + --repo-deploy-releases jesseh-maven-dev-local \ + --repo-deploy-snapshots jesseh-maven-dev-local - name: Run Maven Build run: |