You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/01/31 11:39:00 UTC

[jira] [Commented] (MNG-7676) On Maven 3.9.0+ release, sha512 hashes have "null" classifier

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

ASF GitHub Bot commented on MNG-7676:
-------------------------------------

cstamas opened a new pull request, #977:
URL: https://github.com/apache/maven/pull/977

   Wrong goal is being used that does not honor classifiers. Also, have to reshuffle the config, move it inside execution otherwise ASF parent pom execution is NOT overridden.
   
   ---
   
   https://issues.apache.org/jira/browse/MNG-7676




> On Maven 3.9.0+ release, sha512 hashes have "null" classifier
> -------------------------------------------------------------
>
>                 Key: MNG-7676
>                 URL: https://issues.apache.org/jira/browse/MNG-7676
>             Project: Maven
>          Issue Type: Bug
>          Components: Bootstrap &amp; Build
>            Reporter: Tamas Cservenak
>            Priority: Major
>             Fix For: 3.9.1
>
>
> We noticed this (Guillaume for 4.0.0-alpha releases) and for 3.9.0 release as well, the generated SHA512 hash had "null" classifier.
> {noformat}
> apache-maven-3.9.0-src.tar.gz    Tue Jan 31 10:00:59 UTC 2023    2781108    
> apache-maven-3.9.0-src.tar.gz.asc    Tue Jan 31 10:01:01 UTC 2023    833    
> apache-maven-3.9.0-src.tar.gz.md5    Tue Jan 31 10:01:00 UTC 2023    32    
> apache-maven-3.9.0-src.tar.gz.sha1    Tue Jan 31 10:01:00 UTC 2023    40    
> apache-maven-3.9.0-src.zip    Tue Jan 31 10:00:59 UTC 2023    4649980    
> apache-maven-3.9.0-src.zip.asc    Tue Jan 31 10:01:00 UTC 2023    833    
> apache-maven-3.9.0-src.zip.md5    Tue Jan 31 10:00:59 UTC 2023    32    
> apache-maven-3.9.0-src.zip.sha1    Tue Jan 31 10:00:59 UTC 2023    40    
> apache-maven-3.9.0.null.sha512    Tue Jan 31 10:01:00 UTC 2023    128    
> apache-maven-3.9.0.null.sha512.md5    Tue Jan 31 10:01:00 UTC 2023    32    
> apache-maven-3.9.0.null.sha512.sha1    Tue Jan 31 10:01:00 UTC 2023    40    
> apache-maven-3.9.0.pom    Tue Jan 31 10:00:53 UTC 2023    10140    
> apache-maven-3.9.0.pom.asc    Tue Jan 31 10:01:00 UTC 2023    833    
> apache-maven-3.9.0.pom.md5    Tue Jan 31 10:00:56 UTC 2023    32    
> apache-maven-3.9.0.pom.sha1    Tue Jan 31 10:00:56 UTC 2023    40     {noformat}
> During release this was plugin output (really says it will do this above):
> {noformat}
> [INFO] --- checksum-maven-plugin:1.11:files (source-release-checksum) @ apache-maven ---
> [INFO] apache-maven-3.9.0-bin.zip - SHA-512 : 564fe44bfa9c7ad3e2703cbbac59d43a11fa39e4e68875d3d1584d0a0b7b77a1352da246b875c4c15d11ceb6b4dd9a0ce7dd7a48695725dce594f34325c9c605
> [INFO] apache-maven-3.9.0-bin.tar.gz - SHA-512 : 1ea149f4e48bc7b34d554aef86f948eca7df4e7874e30caf449f3708e4f8487c71a5e5c072a05f17c60406176ebeeaf56b5f895090c7346f8238e2da06cf6ecd
> [WARNING] artifact org.apache.maven:apache-maven:null.sha512:3.9.0 already attached, replace previous instance
> [INFO] apache-maven-3.9.0-src.zip - SHA-512 : 68b1a3cde17a42814ea28499e0c3f5cb98c343cebdfb96b52ba5acc6c2c6bac4f99dcf93177840bbc4d2b32668f73315f678ba0fef211b422303a751690a139c
> [WARNING] artifact org.apache.maven:apache-maven:null.sha512:3.9.0 already attached, replace previous instance
> [INFO] apache-maven-3.9.0-src.tar.gz - SHA-512 : c9c89d49aa577223b1358f7391859535be031201eab502e0620522ceb66f2b42f6f8361764d6d627b66f6ae8c61cfe85cb51f7fb734aadd0427f10e43d5a1753
> [WARNING] artifact org.apache.maven:apache-maven:null.sha512:3.9.0 already attached, replace previous instance{noformat}
> Seems we use wrong goal, files vs artifacts? At least ASF Parent POM shows a change for source releases, but Maven does not reuse it?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)