From 77d926e80f78d1b480e286e978ae467aa7fafc58 Mon Sep 17 00:00:00 2001 From: liying_456 <2951780860@qq.com> Date: Thu, 25 Dec 2025 14:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Djava=20-jar=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=97=AE=E9=A2=98+=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=96=90=E6=B3=A2=E9=82=A3=E5=A5=91=E8=AE=A1=E7=AE=97=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 8e594bb..cdf1aa4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,43 +1,68 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example cli-menu-app 1.0-SNAPSHOT + jar - 17 - 17 + 11 + 11 UTF-8 + - info.picocli picocli - 4.7.6 + 4.7.6 + - + org.apache.maven.plugins - maven-jar-plugin - 3.3.0 + maven-compiler-plugin + 3.11.0 + + 11 + 11 + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.6.0 + com.example.climenu.Main + + jar-with-dependencies + + + + make-assembly + package + + single + + + -- Gitee