From 9a57ce13887c57be075d52f02295840e8bb30f8a Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 4 May 2020 20:01:16 +0200 Subject: [PATCH] upload rpm file on deploy --- scm-packaging/rpm/pom.xml | 40 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/scm-packaging/rpm/pom.xml b/scm-packaging/rpm/pom.xml index 174b6bed34..3dfb19ce0c 100644 --- a/scm-packaging/rpm/pom.xml +++ b/scm-packaging/rpm/pom.xml @@ -24,7 +24,8 @@ SOFTWARE. --> - + 4.0.0 @@ -86,7 +87,7 @@ 1.1.0 tar.gz - + @@ -314,6 +315,41 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + net.lopht.maven-plugins + upload-maven-plugin + 0.6.0 + + + deploy + + upload-file + + + ${project.artifact.file} + true + + http://localhost:8081 + /repository/redhat-releases/${project.artifact.file.name} + local-nexus + + + + +