You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/07/04 13:23:00 UTC

[jira] [Commented] (MJAR-268) maven-jar-plugin records wrong CRC for manifest files

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

Elliotte Rusty Harold commented on MJAR-268:
--------------------------------------------

Does anything remain for Maven to do here? If not, can we close this one?

> maven-jar-plugin records wrong CRC for manifest files
> -----------------------------------------------------
>
>                 Key: MJAR-268
>                 URL: https://issues.apache.org/jira/browse/MJAR-268
>             Project: Maven JAR Plugin
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: Linux
>            Reporter: Luke Hutchison
>            Priority: Critical
>             Fix For: waiting-for-feedback
>
>
> maven-jar-plugin records the wrong CRC for manifest files. This causes Sonatype to reject uploaded jarfiles.
> To reproduce:
>  
> git clone [https://github.com/classgraph/classgraph.git]
>  cd classgraph
>  ./mvnw package
>  unzip -t target/classgraph-4.8.56-SNAPSHOT.jar | head -2
>  
> This gives the output:
>  
> Archive: target/classgraph-4.8.56-SNAPSHOT.jar
>  bad CRC a5cbb614 (should be 7ee23ce7)
>  testing: META-INF/MANIFEST.MF bad CRC a5cbb614 (should be 7ee23ce7)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)