Activation by Property does not work if profile is in parent pom -----------------------------------------------------------------
Key: MNG-3773 URL: http://jira.codehaus.org/browse/MNG-3773 Project: Maven 2 Issue Type: Bug Components: Profiles Affects Versions: 2.1.0-M1, 2.0.9 Reporter: Christian Raschka Priority: Minor If i have a parent pom with a profile like this: <profile> <id>esb</id> <activation> <property> <name>test</name> <value>true</value> </property> </activation> i could not activate it using either: <properties> <test>true</test> </properties> or on CLI (mvn -Dtest=true) in the submodule. -- 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