Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-1
-
None
Description
Parent POM snippet:
<profiles> <profile> <id>parent-profile</id> <properties> <!-- our children should see this, too --> <parentProfileProperty>PASSED</parentProfileProperty> </properties> </profile> </profiles>
The effective child POM is missing the property parentProfileProperty although the profile "parent-profile" has been activated from CLI.