From 14930d923b52c4c9548d4a19acdbb930cb0e1f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <8153694@qq.com> Date: Mon, 26 Feb 2024 16:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device-manager/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device-manager/pom.xml b/device-manager/pom.xml index 0da5b7aa..10d7eecc 100644 --- a/device-manager/pom.xml +++ b/device-manager/pom.xml @@ -335,10 +335,12 @@ <execution> <id>make-assembly-ui</id> <phase>package</phase> + <goals> <goal>single</goal> </goals> <configuration> + <skipAssembly>${skipDeploy}</skipAssembly> <finalName>${project.artifactId}-ui</finalName> <appendAssemblyId>false</appendAssemblyId> <descriptors> -- 2.24.3