You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/01/06 16:44:46 UTC

[GitHub] hboutemy opened a new issue #1895: publishing official Bookkeeper source release to Maven Central

hboutemy opened a new issue #1895: publishing official Bookkeeper source release to Maven Central
URL: https://github.com/apache/bookkeeper/issues/1895
 
 
   I see that the Apache source release tarball is bookkeeper-4.8.1-src.tar.gz (in Apache dist https://www.apache.org/dist/bookkeeper/bookkeeper-4.8.1/ )
   but on Maven Central, it is bookkeeper-4.8.1-source-release.zip that is published (in https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper/4.8.1/ )
   
   and in 4.5.0 and 4.5.1, both archives (*-src.tar.gz and *-source-release.zip) were published on Central...
   
   I suppose you have a conflict with the default archive in the default release profile from Apache parent POM: https://maven.apache.org/pom/asf/#The_apache-release_Profile
   you should disable default archive and enable publication of your own archives
   
   don't hesitate to let me know if you need help

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services