From 58b7b73429df3037429b23a011d56b7baa95e6e4 Mon Sep 17 00:00:00 2001 From: XiaoHH Date: Mon, 1 Dec 2025 23:56:58 +0800 Subject: [PATCH] .... --- pom.xml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 5d9ed71..d73875d 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,28 @@ spring-boot-maven-plugin + org.apache.maven.plugins + maven-clean-plugin + + + + + src/main/resources/static + + **/* + + + + + src/main/webapp/dist + + **/* + + + + + + org.codehaus.mojo exec-maven-plugin @@ -131,28 +153,6 @@ - - org.apache.maven.plugins - maven-clean-plugin - - - - - src/main/resources/static - - **/* - - - - - src/main/webapp/dist - - **/* - - - - -