Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2-beta-1
-
None
-
None
-
Windows XP with maven 2.0.7
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
MASSEMBLY-327 Using filtered within dependencySet unpackOptions
- Closed