From a68a354720969971a8d292236e3736b78fe6287a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com>
Date: Wed, 16 Oct 2024 10:47:11 +0800
Subject: [PATCH] 'commit'
---
dsBase/pom.xml | 18 +++++--
dsBase/src/main/resources/package.xml | 67 ---------------------------
2 files changed, 15 insertions(+), 70 deletions(-)
delete mode 100644 dsBase/src/main/resources/package.xml
diff --git a/dsBase/pom.xml b/dsBase/pom.xml
index fbe2d67b..541e4679 100644
--- a/dsBase/pom.xml
+++ b/dsBase/pom.xml
@@ -264,9 +264,9 @@
maven-assembly-plugin
3.3.0
-
- src/main/resources/package.xml
-
+
+ jar-with-dependencies
+
com.dsideal.base.BaseApplication
@@ -283,6 +283,18 @@
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.2.0
+
+
+ default-jar
+ none
+
+
+
\ No newline at end of file
diff --git a/dsBase/src/main/resources/package.xml b/dsBase/src/main/resources/package.xml
deleted file mode 100644
index b759bd85..00000000
--- a/dsBase/src/main/resources/package.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
- bin
-
-
- zip
-
-
-
-
-
-
- false
-
- lib
-
- false
-
-
-
-
-
-
-
-
- ${project.basedir}/src/main/resources/${env}
- /config
-
-
-
-
- *.*
-
-
-
-
-
- ${project.basedir}/src/main/resources/${env}
-
-
- scf*.xml
-
-
-
-
-
- ${project.build.directory}
-
-
- *.jar
-
-
-
-
-
- ${project.build.directory}/jar
-
-
- lib/*.jar
-
-
- *.jar
-
-
-
-
\ No newline at end of file