[
http://jira.codehaus.org/browse/MASSEMBLY-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Austin closed MASSEMBLY-240.
---------------------------------
Resolution: Fixed
needed the following
<outputFileNameMapping>${artifactId}-${version}.${extension}</outputFileNameMapping>
> non unpack dependencySet
> ------------------------
>
> Key: MASSEMBLY-240
> URL: http://jira.codehaus.org/browse/MASSEMBLY-240
> Project: Maven 2.x Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.2-beta-1
> Environment: Maven version: 2.0.7
> Java version: 1.6.0_02
> OS name: "linux" version: "2.6.18-gentoo-r4" arch: "i386"
> Reporter: Paul Austin
>
> I have the following assembly descriptor, if unpack=false then non of the
> dependencies are included, if it is true then they are unpacked an included.
> How do I get the unpack=false option to work?
> <assembly>
> <id>bin</id>
> <formats>
> <format>tar.gz</format>
> <format>zip</format>
> </formats>
> <includeBaseDirectory>false</includeBaseDirectory>
> <dependencySets>
> <dependencySet>
> <outputDirectory></outputDirectory>
> <outputFileNameMapping></outputFileNameMapping>
> <unpack>false</unpack>
> <scope>runtime</scope>
> </dependencySet>
> </dependencySets>
> </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