summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2024-08-23 10:44:27 +0800
committershizhendong <[email protected]>2024-08-23 10:44:27 +0800
commit6f6bb2ad90cfcef28323a720f24414314b4edfe4 (patch)
tree969cb19df10583705bdcd8c2b02951341d952963 /pom.xml
parent3e306e1a8c30655be7147751c51399a646cdef04 (diff)
feat: 项目启动时,覆盖安装 droidVNC NG,并后台启动
1. droidVNC NG 依赖位于 lib/ 2. 依赖不加入 jar 包,部署时放置于 jar 同级 lib/ 目录下即可 3. droidVNC NG 版本为最新版本
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0b212ec..c4dd00b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,8 @@
<excludes>
<exclude>**/application-*.yml</exclude>
<exclude>**/logback-spring.xml</exclude>
+ <!--lib 下的依赖不加入 jar,部署时放到 jar 文件同级即可-->
+ <exclude>lib/*.*</exclude>
</excludes>
<includes>
<include>**/*.*</include>