Maven 1

Be able to specify a filterchain for a build resource

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    All
  • Number of attachments :
    0

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.

Issue Links

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
4d
Original Estimate - 4 days
Remaining:
4d
Remaining Estimate - 4 days
Logged:
Not Specified
Time Spent - Not Specified