Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:All
-
Number of attachments :
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
| This issue duplicates: | ||||
| MAVEN-514 | enhance resource filtering |
|
|
|