我正在尝试覆盖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目标时从外部发送,我希望覆盖该属性,否则应该选择默认值。
你能告诉我吗?
谢谢, 勒凯什