You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Miroslav Zaťko (JIRA)" <ji...@apache.org> on 2016/10/03 21:59:20 UTC

[jira] [Created] (MPOM-139) maven profile activation in child poms using variable profile.parent.artifactId

Miroslav Zaťko created MPOM-139:
-----------------------------------

             Summary: maven profile activation in child poms using variable profile.parent.artifactId
                 Key: MPOM-139
                 URL: https://issues.apache.org/jira/browse/MPOM-139
             Project: Maven POMs
          Issue Type: Bug
          Components: maven
            Reporter: Miroslav Zaťko


I created a profile activated using property "profile.parent.artifactId" in parent pom so I expected it will be active in child executions. It doesn't work even when its value is as expected
<profile>
         <activation>
            <property>
               <name>project.parent.artifactId</name>
               <value>my_parent_artifactId</value>
            </property>
         </activation>
.........
<profile>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)