Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0
-
None
Description
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:
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
These should be 775 for directories and 664 for files.