【发布时间】:2011-10-06 19:42:48
【问题描述】:
我已经定义了这样的属性:
<profile>
<id>dand</id>
<properties>
<workSpace>s:/_java/</workSpace>
</properties>
...repos
</profile>
<activeProfiles>
<activeProfile>dand</activeProfile>
</activeProfiles>
我正在尝试使用
访问该属性<outputDir>${workSpace}/src/main/java</outputDir>
【问题讨论】:
标签: maven-2