From 90d6464f3ae4e49e665d094a969cc292f527d88a Mon Sep 17 00:00:00 2001 From: Administrator <18380130276@163.com> Date: Mon, 26 Aug 2024 13:02:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E5=B9=B6mp3?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e1d9943..1c1c67c 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> + <configuration> + <nonFilteredFileExtensions> + <nonFilteredFileExtension>mp3</nonFilteredFileExtension> + </nonFilteredFileExtensions> + </configuration> + <executions> <execution> <id>copy-resources</id> -- 2.24.3