From 66bb24fb209055c06ae86a771ed24af12f3c6d09 Mon Sep 17 00:00:00 2001 From: Memogoz Date: Mon, 26 May 2025 12:43:34 -0600 Subject: [PATCH] feat: switch Github packages repo for local Nexus artifact repo --- pom.xml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 03111b823..26a5eba71 100644 --- a/pom.xml +++ b/pom.xml @@ -312,17 +312,30 @@ - - github - GitHub Packages - https://maven.pkg.github.com/Memogoz/spring-petclinic - + + + + + + + + + + + + + + nexus-releases + Nexus Release Repository + http://localhost:8081/repository/maven-releases/ + - github - GitHub Packages - https://maven.pkg.github.com/Memogoz/spring-petclinic + nexus-snapshots + Nexus Snapshot Repository + http://localhost:8081/repository/maven-snapshots/ +