From 38160b94d9f1d862d117cdb765575a1c654a9fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vav=C5=99=C3=ADk?= Date: Fri, 16 Feb 2024 14:28:06 +0100 Subject: [PATCH] Add distribution mamagement --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 28b8e1d..b5c702b 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,18 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + https://s01.oss.sonatype.org/ + ossrh + true + 60 + + @@ -162,4 +174,14 @@ GitHub https://github.com/quarkus-qe/flaky-run-reporter/issues + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots/ + + + oss.sonatype + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + +