You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2011/02/18 22:52:27 UTC

[jira] Updated: (MRESOURCES-22) Being able to filter resources based on solely the filter files ?

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

Dennis Lundberg updated MRESOURCES-22:
--------------------------------------

    Fix Version/s:     (was: 2.5)
                   2.6

> Being able to filter resources based on solely the filter files ?
> -----------------------------------------------------------------
>
>                 Key: MRESOURCES-22
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-22
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>            Reporter: Grégory Joseph
>             Fix For: 2.6
>
>
> I'd like to be able to switch the interpolation of pom and system properties, so that the filtering uses only the properties in <filters>
> Specifically, I think it comes down to enable/disabling lines 198-202 in ResourcesMojo
>         // System properties
>         filterProperties.putAll( System.getProperties() );
>         
>         // Project properties
>         filterProperties.putAll( project.getProperties() );
>         
> Alternatively, being able to specify the token delimiters to use could also make my day. (lines 255/258 still in ResourcesMojo)
> WDYT?

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