From ab0d442d6a87145ceb21fa41c7b5f6c13e3d4870 Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:54:43 -0700 Subject: [PATCH] Rename references to nexus --- .../ansible/roles/security/files/maven-settings.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packer/provisioners/ansible/roles/security/files/maven-settings.xml b/packer/provisioners/ansible/roles/security/files/maven-settings.xml index 2a4b045..10555e0 100644 --- a/packer/provisioners/ansible/roles/security/files/maven-settings.xml +++ b/packer/provisioners/ansible/roles/security/files/maven-settings.xml @@ -7,18 +7,18 @@ unidata-snapshots - ${nexus.username} - ${nexus.password} + ${artifacts.username} + ${artifacts.password} unidata-releases - ${nexus.username} - ${nexus.password} + ${artifacts.username} + ${artifacts.password} unidata-3rdparty - ${nexus.username} - ${nexus.password} + ${artifacts.username} + ${artifacts.password}