1 Star 0 Fork 125

Lbaci/neatlogic-itom-all

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mvn_install_neatlogic_war.sh 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
lvzk 提交于 2024-05-10 06:21 . update mvn_install_neatlogic_war.sh.
#!/bin/bash
# 定义项目目录列表
projects=(
"neatlogic-parent"
"neatlogic-framework"
"neatlogic-rdm-base"
"neatlogic-report-base"
"neatlogic-cmdb-base"
"neatlogic-tagent-base"
"neatlogic-autoexec-base"
"neatlogic-inspect-base"
"neatlogic-deploy-base"
"neatlogic-dashboard-base"
"neatlogic-knowledge-base"
"neatlogic-itsm-base"
"neatlogic-event-base"
"neatlogic-change-base"
"neatlogic-autoexec"
"neatlogic-change"
"neatlogic-cmdb"
"neatlogic-dashboard"
"neatlogic-deploy"
"neatlogic-document-online"
"neatlogic-event"
"neatlogic-inspect"
"neatlogic-itsm"
"neatlogic-knowledge"
"neatlogic-pbc"
"neatlogic-rdm"
"neatlogic-report"
"neatlogic-tagent"
"neatlogic-tenant"
"neatlogic-resources"
)
# 进入每个项目目录并执行mvn install命令
for project in "${projects[@]}"
do
cd "$project" && mvn install -Pdevelop && cd ..
done
cd neatlogic-webroot && mvn clean compile -U install -P develop
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liangxin0527/neatlogic-itom-all.git
[email protected]:liangxin0527/neatlogic-itom-all.git
liangxin0527
neatlogic-itom-all
neatlogic-itom-all
develop3.0.0

搜索帮助