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 + + + + + +