UnpackOptions filtered does not work
------------------------------------
Key: MASSEMBLY-228
URL: http://jira.codehaus.org/browse/MASSEMBLY-228
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.2-beta-1
Environment: Windows XP with maven 2.0.7
Reporter: Elid OR
Here my configuration in my assembly descriptor file :
<dependencySets>
<dependencySet>
<unpack>true</unpack>
<unpackOptions>
<filtered>true</filtered>
</unpackOptions>
<include>my-groupId:my-artifactId</include>
</dependencySets>
And this correctly unpack my dependencies but it does not filter the token in
it.
The token are put in a profile that a activate when build the project.
--
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