[
http://jira.codehaus.org/browse/MASSEMBLY-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=146100#action_146100
]
phillme edited comment on MASSEMBLY-298 at 8/26/08 6:28 PM:
---------------------------------------------------------------------
Hi Antony.
I do not know if this will help you but maybe
http://maven.apache.org/plugins/maven-assembly-plugin/usage.html can point you
in a right direction.
Regards,
Phillip
was (Author: phillme):
Hi Antony.
I do not know if this will help you but maybe
http://maven.apache.org/plugins/maven-assembly-plugin/usage.html can point you
in a right direction.
> Includes/Excludes within <unpackOptions> are ignored
> ----------------------------------------------------
>
> Key: MASSEMBLY-298
> URL: http://jira.codehaus.org/browse/MASSEMBLY-298
> Project: Maven 2.x Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.2-beta-2
> Environment: Maven 2.0.8, Intel Mac 10.5, JDK 5.0
> Reporter: Nathaniel Harward
> Assignee: John Casey
> Fix For: 2.2-beta-3
>
> Attachments: module-set-assembly-phase.patch
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> I have the following snippet in my assembly descriptor which does not work:
> --snip--
> <moduleSet>
> <includes>
> <include>my:module</include>
> </includes>
> <binaries>
> <unpack>true</unpack>
> <unpackOptions>
> <excludes>
> <exclude>META-INF/**</exclude>
>
> <exclude>**/.do_not_remove</exclude>
> </excludes>
> </unpackOptions>
> <outputFileNameMapping/>
> <outputDirectory>/</outputDirectory>
> <fileMode>644</fileMode>
> <directoryMode>755</directoryMode>
> </binaries>
> </moduleSet>
> --snip--
> Debug output shows:
> --snip--
> [DEBUG] includes:
> **/*
> [DEBUG] excludes:
> none
> --snip--
> I believe the problem is at line 271/272 of ModuleSetAssemblyPhase (in the
> 2.2-beta-2 revision, anyway) -- it calls "task.setUnpack( binaries.isUnpack()
> );" but does not set the unpack options (if present), hence they are ignored
> :(
> Patch is attached, and works just fine in my case above.
--
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