From 1aabca969e8032fcd1a59b295393f66ac9498fdf Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Sat, 10 Sep 2022 12:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neutrino-proxy-server/pom.xml | 70 ++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/neutrino-proxy-server/pom.xml b/neutrino-proxy-server/pom.xml index 5b337aea..aef19b8f 100644 --- a/neutrino-proxy-server/pom.xml +++ b/neutrino-proxy-server/pom.xml @@ -32,52 +32,54 @@ - - ${artifactId} - - - org.springframework.boot - spring-boot-maven-plugin - 2.1.3.RELEASE - - fun.asgc.neutrino.proxy.server.ProxyServer - - - - - repackage - - - - - - - + - + + + - - - - - - - - - + - - - + + + + + + maven-assembly-plugin + + false + ${artifactId} + + + + fun.asgc.neutrino.proxy.server.ProxyServer + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + +