Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
I was looking for some way to defining my own properties to be used for filtering
files that will be a part of the assembly.
I found it at http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html like this:
<configuration>
<filters>
<filter>src/assemble/filter.properties</filter>
</filters>
<descriptors>
<descriptor>src/assemble/distribution.xml</descriptor>
</descriptors>
</configuration>
It would be nice to encounter that infomration (and maybe more examples) here:
http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html
which would have saved me, and probably other person as well, some time.
Best regards /Lasse Bergström
It's the filters parameter that needs some text.