You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/12/18 06:00:19 UTC

[jira] Updated: (MNG-3773) Activation by Property does not work if profile is in parent pom

     [ http://jira.codehaus.org/browse/MNG-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3773:
------------------------------

    Fix Version/s: 2.0.x

> 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.0.9, 2.1.0-M1
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 2.0.x
>
>
> 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