From da9128443e24f37eedcabb8403418d47d7498c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=AC=A7=EF=BC=88=E6=9E=97=E5=B9=B3=E5=87=A1?= =?UTF-8?q?=EF=BC=89?= Date: Tue, 21 Jan 2025 14:44:51 +0800 Subject: [PATCH] =?UTF-8?q?pom=20=E6=96=87=E4=BB=B6=E7=9A=84=E4=BA=AC?= =?UTF-8?q?=E4=B8=9Cjar=20=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 13 +++++++++++++ .../libs/open-api-sdk-2.0-2024-10-21.jar | Bin 2 files changed, 13 insertions(+) rename src/main/{ => resources}/libs/open-api-sdk-2.0-2024-10-21.jar (100%) diff --git a/pom.xml b/pom.xml index 8d50f37..b1947cd 100644 --- a/pom.xml +++ b/pom.xml @@ -103,9 +103,13 @@ cn.van open-api-sdk 2.0-2024-10-21 + system + ${project.basedir}/src/main/resources/libs/open-api-sdk-2.0-2024-10-21.jar + + @@ -123,5 +127,14 @@ + + + src/main/resources + + **/*.jar + + false + + diff --git a/src/main/libs/open-api-sdk-2.0-2024-10-21.jar b/src/main/resources/libs/open-api-sdk-2.0-2024-10-21.jar similarity index 100% rename from src/main/libs/open-api-sdk-2.0-2024-10-21.jar rename to src/main/resources/libs/open-api-sdk-2.0-2024-10-21.jar