You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2017/03/23 04:13:41 UTC

[jira] [Commented] (MNG-6192) distribution zip file has unordered entries

    [ https://issues.apache.org/jira/browse/MNG-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15937686#comment-15937686 ] 

Hervé Boutemy commented on MNG-6192:
------------------------------------

m-assembly-p upgraded to 3.0.0, that fixes the issue:
{noformat}$ unzip -t apache-maven-3.5.0-SNAPSHOT-bin.zip 
Archive:  apache-maven-3.5.0-SNAPSHOT-bin.zip
    testing: apache-maven-3.5.0-SNAPSHOT/   OK
    testing: apache-maven-3.5.0-SNAPSHOT/lib/   OK
[...]
    testing: apache-maven-3.5.0-SNAPSHOT/README.txt   OK
[...]{noformat}

> distribution zip file has unordered entries
> -------------------------------------------
>
>                 Key: MNG-6192
>                 URL: https://issues.apache.org/jira/browse/MNG-6192
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.5.0-beta-1
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>             Fix For: 3.5.0
>
>
> as reported during 3.5.0-beta-1 vote, some tools (here Maven wrapper) fail to unzip the distribution file
> it looks like the m-assembly-p version used to create the zip file has a bug that does not order entries to create main directory before creating README.txt file in it
> {noformat}$ unzip -t apache-maven-3.5.0-beta-1-bin.zip | more
> Archive:  apache-maven-3.5.0-beta-1-bin.zip
>     testing: apache-maven-3.5.0-beta-1/README.txt   OK
> [...]
>     testing: apache-maven-3.5.0-beta-1/   OK
> [...]{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)