Maven 2 Maven未拾取.m2中settings.xml中定义的属性

Maven 2 Maven未拾取.m2中settings.xml中定义的属性,maven-2,Maven 2,我对财产的定义如下: <profile> <id>dand</id> <properties> <workSpace>s:/_java/</workSpace> </properties> ...repos </profile> <activeProfiles> <activeProfile>dand</activeProfile> </activeProf

我对财产的定义如下:

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

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

丹德
s://U java/
回购协议
丹德
我正在尝试使用访问该属性

<outputDir>${workSpace}/src/main/java</outputDir>
${workSpace}/src/main/java

我将从mvn帮助:活动配置文件中的exectug开始,测试DAD配置文件是否有效启用。让我们知道您看到了什么。

如果回购被收回,它不是处于活动状态吗?不过现在就这么做