Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MJT-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: MJT-2 Summary: Be able to specify a filterchain for a build resource Type: Improvement Status: Unassigned Priority: Trivial Original Estimate: 4 days Time Spent: Unknown Remaining: 4 days Project: maven-jelly-tags Versions: 1.0 Assignee: Reporter: Robert Becker Created: Tue, 7 Sep 2004 4:53 PM Updated: Tue, 7 Sep 2004 4:53 PM Environment: All Description: 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. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
