From 41cdcad23cb6c1bf3cc8d3c19edf20818fe7a969 Mon Sep 17 00:00:00 2001 From: V-LiuShuang Date: Mon, 17 Aug 2026 15:35:14 +0800 Subject: [PATCH] add --- mis-agent-spec/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mis-agent-spec/SKILL.md b/mis-agent-spec/SKILL.md index 681661f..f383a96 100644 --- a/mis-agent-spec/SKILL.md +++ b/mis-agent-spec/SKILL.md @@ -38,7 +38,7 @@ description: 在mis-agent模块编写代码必备技能。 ### 怎么打包? -系统已安装`mvnd`用来替换`mvn`命令,在[项目根目录](#项目根目录)执行如下命令即可,**耗时约80秒**。 +系统已安装`mvnd`用来替换`mvn`命令,先确认该用哪个profile,获取`profiles.active`后在[项目根目录](#项目根目录)执行如下命令即可,**耗时约80秒**。 ```bash mvnd clean package -DskipTests -P{profiles.active}