From dd917d1935113e6902dc641425652f6c9bda2e17 Mon Sep 17 00:00:00 2001 From: JustFiesta Date: Tue, 9 Apr 2024 13:08:27 +0200 Subject: [PATCH] setting maven deploy to nexus3 --- pom.xml | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 6c9f77d3a..c9756df98 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ UTF-8 UTF-8 - 2024-04-06T13:47:40Z + 2024-04-10T07:07:56Z 5.3.2 @@ -140,26 +140,36 @@ - scm:git:https://github.com/JustFiesta/spring-petclinic.git scm:git:https://github.com/JustFiesta/spring-petclinic.git - https://github.com/JustFiesta/spring-petclinic - @{project.version} + scm:git:https://github.com/JustFiesta/spring-petclinic.git + https://github.com/JustFiesta/spring-petclinic.git + + + nexus-snapshots + http://localhost:8081/repository/maven-snapshost-private/ + + + nexus-releases + http://localhost:8081/repository/maven-releases-private/ + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + org.apache.maven.plugins maven-release-plugin 3.0.1 - v@{project.version} - release - true - true - false - pre-integration-test + package + [ci skip] @@ -297,6 +307,10 @@ + + maven-group + http://localhost:8081/repository/my-maven-group/ + spring-snapshots Spring Snapshots