我已经定义了这样的属性:
<profile>
<id>dand</id>
<properties>
<workSpace>s:/_java/</workSpace>
</properties>
...repos
</profile>
<activeProfiles>
<activeProfile>dand</activeProfile>
</activeProfiles>
我试图用
访问该属性<outputDir>${workSpace}/src/main/java</outputDir>
答案 0 :(得分:0)
我将从exectugin mvn help:active-profiles开始测试dand配置文件是否有效启用。让我们知道你的看法。