From ad43e78804bfcae5ea8f66fbe3a044dd9af549a4 Mon Sep 17 00:00:00 2001 From: VSAzima Date: Thu, 22 Apr 2021 18:07:15 +0400 Subject: [PATCH] added nexus repository --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/pom.xml b/pom.xml index cf14b4d7b..e2cac26a2 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,18 @@ + + + nexus-snapshots + http://172.19.0.3:8081/repository/maven-snapshots/ + + + nexus + Nexus Staging Repo + http://172.19.0.3:8081/repository/maven-releases/ + + + @@ -139,6 +151,26 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.5.1 + + + default-deploy + deploy + + deploy + + + + + nexus + http://172.19.0.3:8081/nexus/ + true + + + io.spring.javaformat spring-javaformat-maven-plugin