[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]