我发现以下JIRA描述了它,可以使用不同的过滤器文件进行正常执行和测试。
问题是我不明白如何配置它。
<build>
<filters><filter>myfilters.properties</filter></filters>
...
<resources>...</resources>
<testResources>...</testResources>
<build>
这种方式过滤器适用于所有资源,但我喜欢为资源和 testResources 单独定义过滤器。
我正在使用 Maven 3.0.5。