From b17d5eceb01fb1293e49d68c8a045ab1ba2811b3 Mon Sep 17 00:00:00 2001 From: Beppe Catanese Date: Sun, 21 Jan 2024 18:49:35 +0100 Subject: [PATCH 1/2] Deploy snapshots to Maven packages --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 539da84..a4ce391 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,14 @@ http://github.com/api-flows/openapi-workflow-parser/tree/master + + + true + github + https://maven.pkg.github.com/API-Flows/openapi-workflow-parser + + + 17 17 From e2634608c665019d227de0668070864db75ab96e Mon Sep 17 00:00:00 2001 From: Beppe Catanese Date: Sun, 21 Jan 2024 18:50:04 +0100 Subject: [PATCH 2/2] Disable central-publishing-maven-plugin --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index a4ce391..e8066d0 100644 --- a/pom.xml +++ b/pom.xml @@ -199,16 +199,16 @@ - - org.sonatype.central - central-publishing-maven-plugin - 0.1.2 - true - - central - true - - + + + + + + + + + +