I have few doubts regarding hosting libraries on MavenCentral.
(1) Is it possible to have following usecase. Create a private github project which generates library(jar) and host this library on Maven Central so any developer use it. Keep the source code private as of now but generate javadoc from source code and post the same for reference.
(2) Going through various post on posting libraries on Maven Central. Looks like MavenCentral is hosted by The Central Repository. Does this means my project needs to be open source only to post library on Maven Central.