gpt4 book ai didi

eclipse - 从 m2eclipse 运行对话框将 -D 参数传递给 maven

转载 作者:行者123 更新时间:2023-12-04 00:58:52 25 4
gpt4 key购买 nike

我想知道如何从 m2eclipse 对话框将参数传递给 maven 的命令行。

这是我要为其创建配置的脚本 (bat) - 使用 m2eclipse:

@echo off
set HOST_NAME=localhost.fds.com
set SECURE_ASSETS_PORT=9678

title Running Legacy Application

mvn -Dhostname=%HOST_NAME% -DASSET_SERVER_URL_OVERRIDE=https://%HOST_NAME%:%SECURE_ASSETS_PORT% -Dassets.port.num=9876 -Dassets.secure.port.num=%SECURE_ASSETS_PORT jetty:run -P assets

This is the run as maven build dialog

最佳答案

这就是参数名称和值部分的用途。我想你把 -D 关掉了。

关于eclipse - 从 m2eclipse 运行对话框将 -D 参数传递给 maven,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13458860/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com