1 Star 0 Fork 127

dsgk/neatlogic-itom-all

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mvn_install_neatlogic_war.ps1 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
# 定义项目目录列表
$env:JAVA_HOME = "C:\Program Files (x86)\Java\jdk-1.8"
$env:Path += ";$env:JAVA_HOME\bin"
$projects = @(
"neatlogic-parent",
"neatlogic-framework",
# "neatlogic-rdm-base",
"neatlogic-report-base",
"neatlogic-cmdb-base",
"neatlogic-ai-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-ai",
"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命令
foreach ($project in $projects)
{
Push-Location
Set-Location $project
mvn install -Pdevelop
Pop-Location
}
# 进入 neatlogic-webroot 目录并执行mvn命令
Push-Location
Set-Location "neatlogic-webroot"
mvn clean compile -U install -P develop
Pop-Location
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dsgk/neatlogic-itom-all.git
git@gitee.com:dsgk/neatlogic-itom-all.git
dsgk
neatlogic-itom-all
neatlogic-itom-all
develop3.0.0

搜索帮助