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

        

Reply via email to