[ 
https://issues.apache.org/jira/browse/MASSEMBLY-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15511147#comment-15511147
 ] 

Christophe Marchand commented on MASSEMBLY-829:
-----------------------------------------------

I've tested both, and in both cases, correct permissions are not set.

> fileMode on a dependencySet with unpack does not work
> -----------------------------------------------------
>
>                 Key: MASSEMBLY-829
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-829
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>          Components: dependencySet
>    Affects Versions: 2.6
>         Environment: linux
>            Reporter: Christophe Marchand
>            Priority: Blocker
>         Attachments: bug-maven-assembly-plugin.tar.gz
>
>
> {code:xml}
> <dependencySet>
>   <outputDirectory></outputDirectory>
>   <useProjectArtifact>false</useProjectArtifact>
>   <fileMode>775</fileMode>
>   <includes>
>     <include>top.marchand.mvn.bug:assembly-fileMode-shells</include>
>   </includes>
>   <unpack>true</unpack>
>   <unpackOptions>
>     <excludes>
>       <exclude>META-INF/**</exclude>
>       <exclude>META-INF</exclude>
>     </excludes>
>   </unpackOptions>
>   <scope>runtime</scope>
> </dependencySet>
> {code}
> Files from {{top.marchand.mvn.bug:assembly-fileMode-shells}} should be 
> runnable by everyone, and they are not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to