[+] 结构调整

This commit is contained in:
acgist
2023-02-22 07:42:40 +08:00
parent a4696a9b9b
commit 6358255458
103 changed files with 1056 additions and 250 deletions

View File

@@ -2,7 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>release</id>
<id>prd</id>
<formats>
<format>zip</format>

View File

@@ -16,6 +16,8 @@ fi
if [ -z "$mvned" ]; then
echo "编译代码:${project.artifactId}-${project.version}"
mvn clean package -D skipTests -P ${profile}
# 指定编译模块以及依赖
# mvn clean package -pl "${project.groupId}:${project.artifactId}" -am -D skipTests -P ${profile}
fi
# 删除文件:注意不要删除日志