You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/01/24 18:30:55 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #2709: Fix versioning of external dependency cpplite-mi

matthiasblaesing commented on pull request #2709:
URL: https://github.com/apache/netbeans/pull/2709#issuecomment-766408757


   I think we had two releases now with the same problem when the maven artifacts are published: The cpplite cluster fails publication.
   
   12.1: https://lists.apache.org/thread.html/r9e685dbceb684edd88d54f2c40416c5c42e546459361d58ed2ca13bb%40%3Cdev.netbeans.apache.org%3E
   12.2: https://lists.apache.org/thread.html/rc00921f6dceacac959bacdc0e5b13af8f65cc2a8eb1061f6e1424da5%40%3Cdev.netbeans.apache.org%3E
   
   The reason from my POV is that, -SNAPSHOT versions are treated specially by maven. They are distributed via different repositories and follow different rules (have a look at the "real" artifact versions of snapshots after upload), so I assume that sonatype (or the nexus instance of apache) block artifacts with "-SNAPSHOT" versions and/or dependencies.
   
   The artifact for the dependency is already packaged on maven central. To do that, I had a look at the artifact @jlahoda created and replicated the work based on his. I updated the pom to the requirements of maven central and pushlished the artifact there using my personal groupId.
   
   I targeted this to the delivery branch, as I think that this should help easing release.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists