Я определил свойство следующим образом:
<profile>
<id>dand</id>
<properties>
<workSpace>s:/_java/</workSpace>
</properties>
...repos
</profile>
<activeProfiles>
<activeProfile>dand</activeProfile>
</activeProfiles>
Я пытаюсь получить доступ к свойству с
<outputDir>${workSpace}/src/main/java</outputDir>