From 3177c425a00c3e717ad1c02df39c270051221c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A5le=20Andreas=20Sund?= Date: Wed, 18 Dec 2024 15:41:04 +0100 Subject: [PATCH] bare nb artifactory --- .github/action/maven-settings/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/action/maven-settings/action.yml b/.github/action/maven-settings/action.yml index 10b1757..dd95ccd 100644 --- a/.github/action/maven-settings/action.yml +++ b/.github/action/maven-settings/action.yml @@ -27,10 +27,7 @@ runs: { "id": "releases", "username": "${{ inputs.artifactory-user-nasa }}", "password": "${{ inputs.artifactory-pass-nasa }}" } ]' repositories: '[ - { "id": "central", "url": "https://repo1.maven.org/maven2/", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" } }, - { "id": "confluent", "url": "https://packages.confluent.io/maven/" }, - { "id": "jitpack", "url": "https://jitpack.io" }, - { "id": "shibboleth", "url": "https://build.shibboleth.net/nexus/content/repositories/releases/" }, + { "id": "nbcache", "url": "https://${{inputs.artifactory-host}}/artifactory/libs-release" }, { "id": "snapshots", "url": "https://${{inputs.artifactory-host}}/artifactory/libs-snapshot-local", "releases": { "enabled": "false" }, "snapshots": { "enabled": "true" } }, { "id": "releases", "url": "https://${{inputs.artifactory-host}}/artifactory/libs-release-local", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" } } ]'