From 832eb5da5c0c8e62d7e5c8e6dbdc18359f4007f9 Mon Sep 17 00:00:00 2001 From: roopeshraaghu <101583281+roopeshraaghu@users.noreply.github.com> Date: Wed, 20 May 2026 11:45:11 +0530 Subject: [PATCH] Configure Nexus server and update Maven repository URLs Added server configuration for Nexus releases and changed Maven repository URLs to HTTP. --- application/pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index f53413b..10858a5 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -22,6 +22,11 @@ ${project.basedir}/../target/jacoco.exec java + + nexus-releases + admin + DCJuEjLu98T2tUv17rP9 + @@ -34,7 +39,7 @@ central-http - https://repo.maven.apache.org/maven2 + http://repo.maven.apache.org/maven2 true @@ -44,14 +49,14 @@ central-plugins - https://repo.maven.apache.org/maven2 + http://repo.maven.apache.org/maven2 true central-plugins-http - https://repo.maven.apache.org/maven2 + http://repo.maven.apache.org/maven2 true