From 8bfb41d7135c427f066bce98ebddda8118543c96 Mon Sep 17 00:00:00 2001 From: Steven KERDUDOU Date: Mon, 17 Jun 2024 18:08:44 +0200 Subject: [PATCH] Use maven KleeRepo profile for internal deployments --- vertigo-parent/pom.xml | 49 ++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/vertigo-parent/pom.xml b/vertigo-parent/pom.xml index 1d5ec7fa1..484a75625 100644 --- a/vertigo-parent/pom.xml +++ b/vertigo-parent/pom.xml @@ -47,15 +47,10 @@ ossrh OSSRH Releases - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://oss.sonatype.org.nope/service/local/staging/deploy/maven2/ - - klee-nexus - KleeGoup nexus Snapshots - http://kleegroup-nexus:8080/nexus/content/repositories/snapshots/ - @@ -195,26 +190,6 @@ - - release-snapshot - - - - org.apache.maven.plugins - maven-source-plugin - 3.3.0 - - - attach-sources - - jar - - - - - - - release @@ -310,7 +285,29 @@ KleeGoup nexus Releases Candidate http://kleegroup-nexus:8080/nexus/content/repositories/releases/ + + klee-nexus + KleeGoup nexus Snapshots + http://kleegroup-nexus:8080/nexus/content/repositories/snapshots/ + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar + + + + + +