覆盖pom.xml中的属性

时间:2013-09-16 14:25:31

标签: maven

我正在尝试覆盖pom.xml中的属性。 属性部分说          ** / MyTest.java     

<execution>
<id>run-stories-as-embeddables</id>
<phase>integration-test</phase>
<configuration>
<scope>test</scope>
<includes>
<include>${pathExpression}</include>
</includes>

如果在运行pom.xml目标时从外部发送,我希望覆盖该属性,否则应该选择默认值。

你能告诉我吗?

谢谢, 勒凯什

0 个答案:

没有答案