标签: m2eclipse maven-surefire-plugin
我想在eclipse / m2eclipse中创建一个mvn run-configuration。我想模仿以下mvn命令:
mvn -Dmaven.surefire.debug test
但是,当我在配置中添加参数时,我必须为键“maven.surefire.debug”提供一个值。
有任何解决方法吗?
答案 0 :(得分:0)
抨击自己:
“空房产”没有意义。
如果我们忽略属性的值,将使用该属性的默认值,在这种情况下为true。