From e97007bd662ac37dae859b9f9335677bfd3f25e1 Mon Sep 17 00:00:00 2001 From: JustFiesta Date: Wed, 10 Apr 2024 11:56:27 +0200 Subject: [PATCH] additional configuration for deploying jars to nexus --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 1e24799ed..cc11de2bc 100644 --- a/pom.xml +++ b/pom.xml @@ -163,6 +163,18 @@ org.apache.maven.plugins maven-deploy-plugin ${maven-deploy-plugin.version} + + + deploy-jar-file + deploy + + deploy-file + + + jar + + + org.apache.maven.plugins