You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2012/11/05 22:37:13 UTC

[jira] (MASSEMBLY-621) directoryMode not enforced

     [ https://jira.codehaus.org/browse/MASSEMBLY-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MASSEMBLY-621:
--------------------------------------

    Component/s: permissions
    
> directoryMode not enforced
> --------------------------
>
>                 Key: MASSEMBLY-621
>                 URL: https://jira.codehaus.org/browse/MASSEMBLY-621
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>          Components: permissions
>    Affects Versions: 2.2.1
>         Environment: Linux x86_64 Fedora 17
>            Reporter: Asif Akhtar
>
> Maven assembly plugin does not enforce directoryMode when specified for the outputdirectory.
> For example:
> {code}
> <fileSet>
>     <directory>src/main/conf</directory>
>     <fileMode>0644</fileMode>
>     <directoryMode>0755/directoryMode>
>     <outputDirectory>conf</outputDirectory>
> </fileSet>
> {code}
> The directories still appear as 775.
> {code}
> drwxrwxr-x
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira