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/06/11 07:44:42 UTC

[jira] Closed: (MAVEN-1622) Be able to specify a filterchain for a build resource

     [ http://jira.codehaus.org/browse/MAVEN-1622?page=all ]
     
Brett Porter closed MAVEN-1622:
-------------------------------

    Resolution: Duplicate

> Be able to specify a filterchain for a build resource
> -----------------------------------------------------
>
>          Key: MAVEN-1622
>          URL: http://jira.codehaus.org/browse/MAVEN-1622
>      Project: maven
>         Type: New Feature
>  Environment: All
>     Reporter: Robert Becker
>     Priority: Trivial

>
> Original Estimate: 4 days
>         Remaining: 4 days
>
> It would be great if I could specify a filterchain on each resource.  What I really want to be able to do is something like this:
>   <build>
>     <sourceDirectory>src/java</sourceDirectory>
>     <resources>
>       <resource>
>         <directory>${pom.build.sourceDirectory}</directory>
>         <include name="**/*.properties"/>
>         <filterchain><expandproperties/></filterchain>
>       </resource>
>     </resources>
>   </build>
> This would provide the ability to replace Ant style placeholders in resources instead of just the @token@ style we are currently limited to with the <filter> Ant task.

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