[ 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