From a0068e289cddc95e7774d67baaeb5957dce4e39e Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 29 Aug 2024 06:41:41 +1000 Subject: [PATCH] update settings --- .mvn/settings.xml | 39 ++++++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index fa7e873..cca1e03 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -2,18 +2,39 @@ homelab - - ${env.DEPLOYMENT_REPOSITORY_ID}::${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL} - ${env.DEPLOYMENT_REPOSITORY_ID}::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL} - + + + nexus-snapshot + Home Lab Nexus Snapshot + + false + + + true + always + warn + + ${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL} + default + + + nexus-release + Home Lab Nexus Release + + true + always + warn + + + false + + ${env.RELEASE_DEPLOYMENT_REPOSITORY_URL} + default + + - - github - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} - nexus ${env.NEXUS_USERNAME}