Ernst Reissner created MNG-6356:
-----------------------------------
Summary: property from list element in pom model
Key: MNG-6356
URL: https://issues.apache.org/jira/browse/MNG-6356
Project: Maven
Issue Type: Bug
Affects Versions: 3.5.2
Environment: linux
Reporter: Ernst Reissner
I tried to filter ${project.developers[0].email}
Although mvn help:evaluate finds the correct answer, filtering does not work
else.
Even if i havein the properties section of the pom one of the three
<authorMail>[email protected]</authorMail>
<authorMail>${project.organization.name}</authorMail>
<authorMail>${project.developers[0].email}</authorMail>
the latter is not replaced and just comes litterally.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)