My organization has several maven repositories on bintray. Most of these repositories contain a single package of the same name as the repository.
These packages seem highly related and I would like to reorganize them by creating a single repository and moving all these packages into it.
What is the best way to move packages between own repositories given the following constraints:
- the package must remain available in the old repository as a link to the package in the new repository.
- some of packages are linked to jcenter and they must remain linked after the moving.