[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2014-01-27 Thread Jason van Zyl (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=340247#comment-340247
 ] 

Jason van Zyl commented on MNG-5553:


I've released plexus-utils 3.0.17 so it should be in maven central shortly. 
I'll update master when it arrives.

 ${map(some.key)} is not properly interpolated
 -

 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
Assignee: Igor Fedorenko
 Fix For: 3.2

 Attachments: dotted-map-key.zip


 Plexus ReflectionValueExtractor does not correctly handle mapped properties 
 when map key contains '.' (dot). I will use this jira to track both changes 
 to plexus-util and corresponding changes to maven.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2014-01-27 Thread Jason van Zyl (JIRA)

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

Jason van Zyl closed MNG-5553.
--

Resolution: Fixed

 ${map(some.key)} is not properly interpolated
 -

 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
Assignee: Igor Fedorenko
 Fix For: 3.2

 Attachments: dotted-map-key.zip


 Plexus ReflectionValueExtractor does not correctly handle mapped properties 
 when map key contains '.' (dot). I will use this jira to track both changes 
 to plexus-util and corresponding changes to maven.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2014-01-07 Thread Igor Fedorenko (JIRA)

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

Igor Fedorenko reopened MNG-5553:
-


Fix for this problem introduced subtle regression in evaluating expressions 
that happen to have prefix similar to one of .* expressions supported by 
PluginParameterExpressionEvaluator, like $\{settingsFooBar} for example. The 
problem is fixed in plexus-utils but still need to release plexus-utils 3.0.17 
and updated maven to use it. 
https://github.com/sonatype/plexus-utils/commit/8cd6c43693b3e6944e83db0561bdfd0050a6876e

 ${map(some.key)} is not properly interpolated
 -

 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
Assignee: Igor Fedorenko
 Fix For: 3.2

 Attachments: dotted-map-key.zip


 Plexus ReflectionValueExtractor does not correctly handle mapped properties 
 when map key contains '.' (dot). I will use this jira to track both changes 
 to plexus-util and corresponding changes to maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2014-01-05 Thread Jason van Zyl (JIRA)

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

Jason van Zyl closed MNG-5553.
--

Resolution: Fixed

 ${map(some.key)} is not properly interpolated
 -

 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
Assignee: Igor Fedorenko
 Fix For: 3.2

 Attachments: dotted-map-key.zip


 Plexus ReflectionValueExtractor does not correctly handle mapped properties 
 when map key contains '.' (dot). I will use this jira to track both changes 
 to plexus-util and corresponding changes to maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2013-12-18 Thread Igor Fedorenko (JIRA)
Igor Fedorenko created MNG-5553:
---

 Summary: ${map(some.key)} is not properly interpolated
 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
 Attachments: dotted-map-key.zip

Plexus ReflectionValueExtractor does not correctly handle mapped properties 
when map key contains '.' (dot). I will use this jira to track both changes to 
plexus-util and corresponding changes to maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2013-12-18 Thread Igor Fedorenko (JIRA)

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

Igor Fedorenko reassigned MNG-5553:
---

Assignee: Igor Fedorenko

 ${map(some.key)} is not properly interpolated
 -

 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
Assignee: Igor Fedorenko
 Attachments: dotted-map-key.zip


 Plexus ReflectionValueExtractor does not correctly handle mapped properties 
 when map key contains '.' (dot). I will use this jira to track both changes 
 to plexus-util and corresponding changes to maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2013-12-18 Thread Igor Fedorenko (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=337659#comment-337659
 ] 

Igor Fedorenko commented on MNG-5553:
-

Pushed actual fix to plexus-utils 
https://github.com/sonatype/plexus-utils/commit/a153249c24c32d3ab81850aaf7a263a78ca23f99

Updated maven to use pluxus-utils 3.0.16-SNAPSHOT as a reminder until I figure 
out current plexus-utils SNAPSHOT and RELEASE build procedures.

 ${map(some.key)} is not properly interpolated
 -

 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
 Attachments: dotted-map-key.zip


 Plexus ReflectionValueExtractor does not correctly handle mapped properties 
 when map key contains '.' (dot). I will use this jira to track both changes 
 to plexus-util and corresponding changes to maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MNG-5553) ${map(some.key)} is not properly interpolated

2013-12-18 Thread Igor Fedorenko (JIRA)

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

Igor Fedorenko updated MNG-5553:


Fix Version/s: 3.1.2

 ${map(some.key)} is not properly interpolated
 -

 Key: MNG-5553
 URL: https://jira.codehaus.org/browse/MNG-5553
 Project: Maven 2  3
  Issue Type: Bug
  Components: Inheritance and Interpolation
Reporter: Igor Fedorenko
Assignee: Igor Fedorenko
 Fix For: 3.1.2

 Attachments: dotted-map-key.zip


 Plexus ReflectionValueExtractor does not correctly handle mapped properties 
 when map key contains '.' (dot). I will use this jira to track both changes 
 to plexus-util and corresponding changes to maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira