Open
Description
Anyone could publishing with a scm
that they dont own. (ex: publish ScalaKata with akka/akka).
Maven central enforce the ownership of groupId, but I assume they dont enforce the ownership of scm
.
This could be solved by creating a mapping between groupId and scm
for maven central and user to scm
for Bintray
{
"com.typesage.akka": ["akka/akka"],
"com.scalakata": ["masseguillaume/scalakata"]
}