【发布时间】:2011-07-06 22:36:06
【问题描述】:
我正在使用 cargo-maven 插件,我正在尝试使用插件的令牌替换功能。不知何故,它不适合我。我想我不知道如何表示令牌,以便货物可以用价值代替它。这是我的插件配置
<configfiles>
<configfile>
<file>src/main/resources/test.properties</file>
</configfile>
</configfiles>
<properties>
<dchome>/users/target</dchome>
</properties>
我的test.properties的内容如下:
project.home = $dchome
如果有人可以向我展示如何使用货物插件的令牌替换的示例,那就太好了。
谢谢
【问题讨论】:
-
我从货运用户群那里得到了答案。这是链接old.nabble.com/…
标签: cargo maven-cargo