[jira] [Commented] (MASSEMBLY-829) fileMode on a dependencySet with unpack does not work

2016-09-22 Thread Christophe Marchand (JIRA)

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

Christophe Marchand commented on MASSEMBLY-829:
---

Work also for me with 3.0.0-SNAPSHOT.
Any idea of an ETA (Estimated Time of Arrival) of 3.0.0 ?

> 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}
> 
>   
>   false
>   775
>   
> top.marchand.mvn.bug:assembly-fileMode-shells
>   
>   true
>   
> 
>   META-INF/**
>   META-INF
> 
>   
>   runtime
> 
> {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)


[jira] [Commented] (MASSEMBLY-829) fileMode on a dependencySet with unpack does not work

2016-09-21 Thread JIRA

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

Guillaume Boué commented on MASSEMBLY-829:
--

I can reproduce the issue with version 2.6 of the plugin, but this is 
apparently already fixed in the latest 3.0.0-SNAPSHOT. Running the sample 
project with that version of the Assembly Plugin, I have:

{noformat}
$ mvn clean install
...
$ tar -tvf dist/target/assembly-fileMode-dist-1-SNAPSHOT-distribution.tar.gz
-rwxrwxr-x 0/0  34 2016-09-21 23:38 hello-world
{noformat}

which shows the expected 775 permissions.

> 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}
> 
>   
>   false
>   775
>   
> top.marchand.mvn.bug:assembly-fileMode-shells
>   
>   true
>   
> 
>   META-INF/**
>   META-INF
> 
>   
>   runtime
> 
> {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)


[jira] [Commented] (MASSEMBLY-829) fileMode on a dependencySet with unpack does not work

2016-09-21 Thread Christophe Marchand (JIRA)

[ 
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}
> 
>   
>   false
>   775
>   
> top.marchand.mvn.bug:assembly-fileMode-shells
>   
>   true
>   
> 
>   META-INF/**
>   META-INF
> 
>   
>   runtime
> 
> {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)


[jira] [Commented] (MASSEMBLY-829) fileMode on a dependencySet with unpack does not work

2016-09-21 Thread JIRA

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

Guillaume Boué commented on MASSEMBLY-829:
--

>From the documentation 
>http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_dependencySet,
> the {{}} parameter should be written as an octal value. Can you try 
>with {{0775}} instead?

> 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}
> 
>   
>   false
>   775
>   
> top.marchand.mvn.bug:assembly-fileMode-shells
>   
>   true
>   
> 
>   META-INF/**
>   META-INF
> 
>   
>   runtime
> 
> {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)