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 22:00:24 UTC

[jira] [Updated] (MPOM-139) maven profile activation in child poms using variable profile.parent.artifactId doesn't work

     [ https://issues.apache.org/jira/browse/MPOM-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Miroslav Zaťko updated MPOM-139:
--------------------------------
    Summary: maven profile activation in child poms using variable profile.parent.artifactId doesn't work  (was: maven profile activation in child poms using variable profile.parent.artifactId)

> maven profile activation in child poms using variable profile.parent.artifactId doesn't work
> --------------------------------------------------------------------------------------------
>
>                 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)