From 740670e19acfb74c74732afd75a353c0d0e6f78e Mon Sep 17 00:00:00 2001 From: CarmJos Date: Thu, 24 Feb 2022 16:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0clean=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index fd69e39..ba89006 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,29 @@ + + org.apache.maven.plugins + maven-clean-plugin + 2.5 + + + + ${project.basedir}/asset/ + true + + **/* + + + + ${project.basedir}/api-docs/ + true + + **/* + + + + + org.apache.maven.plugins maven-compiler-plugin