Provide ability to use a temp dir which doesn't get included in the assembly archive ------------------------------------------------------------------------------------
Key: MASSEMBLY-116 URL: http://jira.codehaus.org/browse/MASSEMBLY-116 Project: Maven 2.x Assembly Plugin Type: Improvement Versions: 2.0.1 Reporter: Prasad Kashyap http://www.mail-archive.com/dev@maven.apache.org/msg56911.html The following would be nice improvements to the plugin 1) Ability to extract certain files (like the patternset in ant) when unpacking jars using <dependencySet>. 2) The current workaround to #1 above is to unpack them in a temp junk directory and then use <fileset> to selectively include/exclude files to the correct dir. This kinda works but it also zips up the temp junk dir too. It would be nice if the <dependencySet> had a <temp> flag. Setting this boolean would copy/unpack the jars to some temp dir of the plugin's choosing. The plugin would never include this temp dir into the final zip. 3) <fileset> should also support the <unpack> feature. -- 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