From 4e485d93cf5f6e14fbc180fc2418273c1dc1a50d Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 9 Sep 2024 20:23:59 +1000 Subject: [PATCH] testing GHA pipelines --- .github/workflows/build-and-publish-develop.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish-develop.yaml b/.github/workflows/build-and-publish-develop.yaml index 9a21550..2dbfa7c 100644 --- a/.github/workflows/build-and-publish-develop.yaml +++ b/.github/workflows/build-and-publish-develop.yaml @@ -34,7 +34,11 @@ jobs: - name: maven-settings-xml-action uses: whelk-io/maven-settings-xml-action@v22 with: - profiles: | + active_profiles: | + [ + "homelab" + ] + profiles: > [{ "id": "homelab", "properties": { @@ -42,7 +46,7 @@ jobs: "altReleaseDeploymentRepository": "nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}" } }] - repositories: | + repositories: > [{ "id": "maven-public", "url": "${env.MAVEN_PUBLIC_REPOSITORY_URL}", @@ -50,7 +54,7 @@ jobs: "enabled": "true" } }] - servers: | + servers: > [{ "id": "nexus-snapshot", "username": "${env.NEXUS_USERNAME}",