gpt4 book ai didi

java - Eclipse:exec.args 中的 Maven 多参数字符串

转载 作者:行者123 更新时间:2023-12-05 07:16:36 26 4
gpt4 key购买 nike

我想在 Eclipse 中运行这样的命令:

mvn -Pdataflow-runner compile exec:java \
-Dexec.mainClass=org.apache.beam.examples.WordCount \
-Dexec.args="--project=<PROJECT_ID> \
--stagingLocation=gs://<STORAGE_BUCKET>/staging/ \
--output=gs://<STORAGE_BUCKET>/output \
--runner=DataflowRunner"

主要是exec.args字符串的问题。

如果我在 Eclipse 中使用 Dataflow SDK,我可以将字符串放在参数选项卡中:

--argument1=xxx --argument2=yyy

问题是当我尝试将 maven 与以下 Eclipse 配置一起使用时:

maven

我有一个错误:

Unable to parse command line options: Unrecognized option: --project=xxx

usage: mvn [options] [<goal(s)>] [<phase(s)>]

我也试过用“,”和“;”来分隔参数

最佳答案

最后我解决了这个问题,在 Goals 字段中设置所有参数,而不是在参数表中使用 exec.args

它是这样的:

eclipse

关于java - Eclipse:exec.args 中的 Maven 多参数字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59199000/

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