Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-1
-
None
Description
For the POM snippet
<properties> <test>FAILED</test> <property>${test}</property> </properties> <profiles> <profile> <id>interpolation-profile</id> <properties> <test>PASSED</test> </properties> </profile> </profiles>
and the activated profile "interpolation-profile" the effective value of ${property} will be FAILED Instead of PASSED.