简体   繁体   中英

Why sync bintray with maven central?

I'm building few projects and publish them to bintray. After that i can add resolver that points to my repository and use any library in that repo.

So what is the point to sync your package with maven central?

i see these reasons:

  1. my package will be available in mvnrepository search. I can see usages of my package in other libraries
  2. maven central is default resolver, so i don't need add any other resolvers in sbt

Are there any other reasons? Thanks!

From bintray blog :

Maven Central is “hardwired” into the super-popular Maven 2. As such, it is being used by many Maven users of course, but also by Ivy, and even by Gradle users (those not familiar with Bintray's 'jcenter()' repo yet).

So you need to deploy your artifact into Maven Central, but it is somehow painful so Sync is better option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM