You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/08/23 12:56:29 UTC

[jira] Updated: (MAVEN-514) enhance resource filtering

     [ http://jira.codehaus.org/browse/MAVEN-514?page=all ]

Brett Porter updated MAVEN-514:
-------------------------------

    Fix Version:     (was: 1.1-beta-2)
                 1.1-rc1

> enhance resource filtering
> --------------------------
>
>          Key: MAVEN-514
>          URL: http://jira.codehaus.org/browse/MAVEN-514
>      Project: Maven
>         Type: New Feature
>   Components: model additions
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 1.1-rc1

>
>
> Something discussed on the dev/user lists recently, and an initial implementation is in place. Here is my proposal from the list:
> I would like to propose a generic solution via the POM and whatever filter-enabled copying technique that is being used. Let me know what you think.
> Firstly, inside <build>:
> <filters>
>   <file>${basedir}/conf/${maven.username}.properties</file>
>   <file>${basedir}/conf/filters.properties</file>
>   <file>${basedir}/../common/filters.properties</file>
>   <filter>
>     <token>some.property</token>
>     <value>some.value</value>
>   </filter>
> </filters>
> Or to go really crazy, have the above as a filterset, and wrap them up in a list of filtersets. Ant introduced this functionality, but personally I don't see the use for it as long as you keep your property names a little different.
> I also think build.properties, project.properties and driver/default.properties should be included by default when filtering is enabled.
> Now, each <resource/> element can keep the <filtering>true</filtering> property to acknowledge it wants to be filtered.
> The reason to allow different files is that the purpose of filters is to be able to substitute varying values, so you may not want to hard code them into project.xml. And this configuration should be flexible enough to work without Ant if necessary.
> ----
> I'm happy to work on this once there is agreement - just opening this to track its progress.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org