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

[jira] Created: (MINVOKER-53) Filtering erroneously interpolates expressions from the POM even if prefix is neither project nor pom

Filtering erroneously interpolates expressions from the POM even if prefix is neither project nor pom
-----------------------------------------------------------------------------------------------------

                 Key: MINVOKER-53
                 URL: http://jira.codehaus.org/browse/MINVOKER-53
             Project: Maven 2.x Invoker Plugin
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Benjamin Bentmann
            Priority: Minor


Tokens like {{@foo.version@}} in the IT POM will be erroneously replaced with the value of {{project.version}}. This affects all tokens whose suffix has a match in the POM because the interpolator does currently not take the prefix into account, i.e. {{foo.\*}} works just the same as {{project.\*}} or {{pom.\*}} which shouldn't.

-- 
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

        

[jira] Closed: (MINVOKER-53) Filtering erroneously interpolates expressions from the POM even if prefix is neither project nor pom

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINVOKER-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MINVOKER-53.
-------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 1.3

Fixed in [r685622|http://svn.apache.org/viewvc?view=rev&revision=685622].

> Filtering erroneously interpolates expressions from the POM even if prefix is neither project nor pom
> -----------------------------------------------------------------------------------------------------
>
>                 Key: MINVOKER-53
>                 URL: http://jira.codehaus.org/browse/MINVOKER-53
>             Project: Maven 2.x Invoker Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 1.3
>
>
> Tokens like {{@foo.version@}} in the IT POM will be erroneously replaced with the value of {{project.version}}. This affects all tokens whose suffix has a match in the POM because the interpolator does currently not take the prefix into account, i.e. {{foo.\*}} works just the same as {{project.\*}} or {{pom.\*}} which shouldn't.

-- 
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