From 686c8a47d9d48ab60911a78d0fa516eb002dade7 Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 29 Dec 2025 12:14:30 +0100 Subject: [PATCH] update Maven plugins for central publishing and flattening --- openvidu-java-client/pom.xml | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/openvidu-java-client/pom.xml b/openvidu-java-client/pom.xml index a9fe84a01..9d269edc2 100644 --- a/openvidu-java-client/pom.xml +++ b/openvidu-java-client/pom.xml @@ -182,17 +182,39 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 true - ossrh - https://oss.sonatype.org/ - true - 30 + ossrh + true + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + ossrh + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + +