Maven没有获取.m2中的settings.xml中定义的属性

时间:2011-10-06 19:42:48

标签: maven-2

我已经定义了这样的属性:

<profile>
<id>dand</id>
<properties>
<workSpace>s:/_java/</workSpace>
</properties>
...repos
</profile>

<activeProfiles>
<activeProfile>dand</activeProfile>
</activeProfiles>

我试图用

访问该属性
<outputDir>${workSpace}/src/main/java</outputDir>

1 个答案:

答案 0 :(得分:0)

我将从exectugin mvn help:active-profiles开始测试dand配置文件是否有效启用。让我们知道你的看法。