From 3cf8464650ebda9e6b0c8a5b8a305d9bac7f8fc3 Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Wed, 9 Oct 2024 12:28:30 +0200 Subject: [PATCH] feat: flatten POM on publishing --- interweb-client/pom.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/interweb-client/pom.xml b/interweb-client/pom.xml index 53721b69..08894596 100644 --- a/interweb-client/pom.xml +++ b/interweb-client/pom.xml @@ -12,11 +12,11 @@ interweb-client - 4.5.1 + 4.5.2 jar Interweb Client - Versatile API that consolidates multiple data providers into one unified interface + Interweb is a versatile API that consolidates multiple data providers into one unified interface https://github.com/l3s-learnweb/interweb @@ -118,6 +118,30 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + ossrh + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + org.sonatype.central central-publishing-maven-plugin @@ -125,7 +149,6 @@ central true - published