I have many packages within one group id.
my main group id is: com.github.kondaurovdev
i've subgroups: com.github.kondaurovdev.snippets com.github.kondaurovdev.akka_http ...
I don't want to create many packages in bintray, because i will have to wait approve to link package to jcenter.
So i found a "solution". There is a merge button in Bintray UI, you can select all packages with the same group id and have one package with many subpackages. You can link this package only once and your packages will be downloadable with JCenter repo. That's cool!
But i don't want to merge everytime. I would like to publish my subpackages right into parent package. Is this possible?
I'm using sbt-bintray to upload artifacts, but it always create new package and uploads content.