maven-plugin-assembly: <unpack> tries to unpack non archive files
-----------------------------------------------------------------
Key: MNG-477
URL: http://jira.codehaus.org/browse/MNG-477
Project: Maven 2
Type: Bug
Components: maven-plugins
Versions: 2.0-alpha-2
Reporter: Andreas Hoheneder
If a dependencySet contains a file which is not an archive (eg. *.dll) and
<unpack>true</unpack> is set, unpackJar() gets called nevertheless leading to
"Caused by: java.util.zip.ZipException: error in opening zip file".
The error message does not tell the reason of the Exception, but it was the
first non-jar file from the dependency chain which triggered it.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]