outputFileNameMapping not respected when the unpack=true
--------------------------------------------------------
Key: MASSEMBLY-312
URL: http://jira.codehaus.org/browse/MASSEMBLY-312
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.2-beta-2
Reporter: Calvin Yu
If I configure a dependencySet to unpack = true, the outputFileNameMapping is
not respected, and instead the artifact is decompressed into the output
directory. Looking at the code, this looks like it'll affect moduleSets as
well.
For example:
<dependencySet>
<outputDirectory>some_directory</outputDirectory>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
<unpack>true</unpack>
</dependencySet>
--
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