From issues-return-82371-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Tue Dec 4 15:47:42 2012 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D9CEE312 for ; Tue, 4 Dec 2012 15:47:42 +0000 (UTC) Received: (qmail 21678 invoked by uid 500); 4 Dec 2012 15:47:41 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 21450 invoked by uid 500); 4 Dec 2012 15:47:41 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 21343 invoked by uid 99); 4 Dec 2012 15:47:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 15:47:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 15:47:34 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 64285B065D for ; Tue, 4 Dec 2012 09:47:13 -0600 (CST) Date: Tue, 4 Dec 2012 09:47:13 -0600 (CST) From: "jieryn (JIRA)" To: issues@maven.apache.org Message-ID: <564199052.18390.1354636033416.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> In-Reply-To: <509438474.18267.1354624454493.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> Subject: [jira] (MNG-5403) tar.gz release artifacts have wrong permissions on directories MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MNG-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314982#comment-314982 ] jieryn commented on MNG-5403: ----------------------------- Yes, thank you Anders, I agree that 755 / 644 is the best option for non-executables. Thank you for correcting my mistake, > tar.gz release artifacts have wrong permissions on directories > -------------------------------------------------------------- > > Key: MNG-5403 > URL: https://jira.codehaus.org/browse/MNG-5403 > Project: Maven 2 & 3 > Issue Type: Bug > Components: General > Affects Versions: 3.1.0 > Reporter: jieryn > Assignee: Anders Hammar > Priority: Trivial > Fix For: 3.1.1 > > > As part of the release process, this was staged: https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/ > Notice that unpacking with tar xzpf which preserves the file permissions reveals that some directories are have correct permissions (e.g. /bin) while others do not (e.g. /conf). Here is the full list of badly set permissions: > {code}drwxrwxrwx. 3 me me 4096 Dec 3 23:01 ./conf > drwxrwxrwx. 2 me me 4096 Dec 3 23:01 ./conf/logging > -rwxrwxrwx. 1 me me 340 Dec 3 23:01 ./conf/logging/simplelogger.properties > -rwxrwxrwx. 1 me me 10235 Dec 3 23:01 ./conf/settings.xml > drwxrwxrwx. 3 me me 4096 Dec 3 23:01 ./lib > drwxrwxrwx. 2 me me 4096 Dec 3 23:01 ./lib/ext > -rwxrwxrwx. 1 me me 152 Dec 3 23:01 ./lib/ext/README.txt > {code} > These should be 775 for directories and 664 for files. -- 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