From 9591f3f85c436cbeec74fce23dc1d1f81a0f3244 Mon Sep 17 00:00:00 2001 From: Tomsun28 Date: Wed, 7 Jan 2026 17:35:26 +0800 Subject: [PATCH] bugfix: fix inner deploy depend (#77) --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 8cd3e71..9a7321e 100644 --- a/pom.xml +++ b/pom.xml @@ -267,6 +267,31 @@ + + org.codehaus.mojo + flatten-maven-plugin + ${flatten-maven-plugin.version} + + true + ossrh + + + + flatten + + flatten + + process-resources + + + flatten.clean + + clean + + clean + + +