The unpack setting, if set to false, results in total exclusion of the
dependency .jar file from the assembly
-------------------------------------------------------------------------------------------------------------
Key: MASSEMBLY-246
URL: http://jira.codehaus.org/browse/MASSEMBLY-246
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.2-beta-1
Environment: Ubuntu 7.04, i386, using the VirtualBox image
Reporter: Mahender Didwania
<assembly>
<id>zip-me</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory></outputDirectory>
<outputFileNameMapping></outputFileNameMapping>
<!-- BUG: setting to false does not result in dependency .jar
being included in the assembly -->
<unpack>false</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>target/classes</directory>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>
--
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