[ 
https://issues.apache.org/jira/browse/MNG-7726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699282#comment-17699282
 ] 

ASF GitHub Bot commented on MNG-7726:
-------------------------------------

cstamas opened a new pull request, #1053:
URL: https://github.com/apache/maven/pull/1053

   There was a typo: the stream contains entries, so e.getKey and e.getValue is 
needed.
   
   ---
   
   https://issues.apache.org/jira/browse/MNG-7726




> Maven 3.9.0 resolves properties in file profile activation incorrectly
> ----------------------------------------------------------------------
>
>                 Key: MNG-7726
>                 URL: https://issues.apache.org/jira/browse/MNG-7726
>             Project: Maven
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.9.0
>            Reporter: Kalle Lindqvist
>            Priority: Minor
>             Fix For: 3.9.1-candidate
>
>         Attachments: example2.file.path=test2.txt, pom.xml, test.txt
>
>
> With the provided files when you run:
> {code:java}
> mvn help:active-profiles{code}
> The profile example1 should be activated and that is the case if you use 
> maven version 3.8.7 or 4.0.0-alpha4. But in version 3.9.0 instead the profile 
> example2 is activated, for some reason ${example2.file.path} is resolved as 
> "example2.file.path=test2.txt" instead of "test2.txt".
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to