diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 7be4cbd..a1bc617 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -1,16 +1,47 @@ - publish - - nexus::${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL} - nexus::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL} - + homelab + + + 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 + + - nexus + nexus-snapshot + ${env.NEXUS_USERNAME} + ${env.NEXUS_PASSWORD} + + + nexus-release ${env.NEXUS_USERNAME} ${env.NEXUS_PASSWORD}