testing GHA pipelines

This commit is contained in:
2024-09-09 20:23:59 +10:00
parent a0da8f1093
commit 4e485d93cf

View File

@@ -34,7 +34,11 @@ jobs:
- name: maven-settings-xml-action - name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v22 uses: whelk-io/maven-settings-xml-action@v22
with: with:
profiles: | active_profiles: |
[
"homelab"
]
profiles: >
[{ [{
"id": "homelab", "id": "homelab",
"properties": { "properties": {
@@ -42,7 +46,7 @@ jobs:
"altReleaseDeploymentRepository": "nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}" "altReleaseDeploymentRepository": "nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}"
} }
}] }]
repositories: | repositories: >
[{ [{
"id": "maven-public", "id": "maven-public",
"url": "${env.MAVEN_PUBLIC_REPOSITORY_URL}", "url": "${env.MAVEN_PUBLIC_REPOSITORY_URL}",
@@ -50,7 +54,7 @@ jobs:
"enabled": "true" "enabled": "true"
} }
}] }]
servers: | servers: >
[{ [{
"id": "nexus-snapshot", "id": "nexus-snapshot",
"username": "${env.NEXUS_USERNAME}", "username": "${env.NEXUS_USERNAME}",