build properties not resolved in profiles
-----------------------------------------
Key: MNG-4964
URL: http://jira.codehaus.org/browse/MNG-4964
Project: Maven 2 & 3
Issue Type: Bug
Components: Inheritance and Interpolation
Affects Versions: 3.0.1
Environment: MacOSX Snow Leopard
Reporter: Kabhal
project.build.sourceDirectory is not resolved in the profile :
<project>
...
<profiles>
<profile>
<id>wscompile</id>
<activation>
<file>
<missing>${project.build.sourceDirectory}/com/company/directory</missing>
</file>
</activation>
<build>...</build>
</profile>
</profiles>
...
</project>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira