From 49fc6bcd6c602de6697bd3314f5bfca99c4a9802 Mon Sep 17 00:00:00 2001 From: JustFiesta Date: Wed, 10 Apr 2024 13:10:31 +0200 Subject: [PATCH] Changed again native maven deploy plugin to nexus deploy plugin - second one works better --- pom.xml | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index c748b8d16..3e7385384 100644 --- a/pom.xml +++ b/pom.xml @@ -159,22 +159,32 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.5.1 + + + default-deploy + deploy + + deploy + + + + + nexus + http://localhost:8081 + true + + org.apache.maven.plugins maven-deploy-plugin ${maven-deploy-plugin.version} - - - deploy-jar-file - deploy - - deploy-file - - - jar - - - + + true + org.apache.maven.plugins