如何在 m2eclipse 中设置空的 mvn 属性?
我想在 eclipse/m2eclipse 中进行 mvn 运行配置。我想模仿以下 mvn 命令:
mvn -Dmaven.surefire.debug test
但是,当我向配置添加参数时,我必须为键“maven.surefire.debug”提供一个值。
有什么解决方法吗?
I want to make a mvn run-configuration in eclipse/m2eclipse. I want to mimic the following mvn command:
mvn -Dmaven.surefire.debug test
However, when I add a parameter to the configuration, I must provide a value for the key "maven.surefire.debug".
Any workarounds ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
痛斥自己:
“财产空虚”没有道理。
如果我们省略某个属性的值,则将使用该属性的默认值,在本例中就是如此。
Bashing myself:
"Empty property" does not make sense.
If we leave out the value of a property, the default value of that property will be used, which is true in this case.