You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Asif Akhtar (JIRA)" <ji...@codehaus.org> on 2012/08/08 12:44:22 UTC

[jira] (MASSEMBLY-621) directoryMode not enforced

Asif Akhtar created MASSEMBLY-621:
-------------------------------------

             Summary: directoryMode not enforced
                 Key: MASSEMBLY-621
                 URL: https://jira.codehaus.org/browse/MASSEMBLY-621
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    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

        

[jira] (MASSEMBLY-621) directoryMode not enforced

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ 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

        

[jira] (MASSEMBLY-621) directoryMode not enforced

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MASSEMBLY-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MASSEMBLY-621.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4
    
> 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
>             Fix For: 2.4
>
>
> 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