I've attempted my first publication of cloakroom, an open source mixed Java/Scala project to sonatype.
The Java sub-modules appear in the Maven central repository search, but the Scala sub-modules are missing.
If I search for "cloakroom" on search.maven.org, it returns the Java sub-modules:
- cloakroom
- cloakroom-test-util
It's missing the following Scala sub-modules:
- cloakroom-scala_2.13
- cloakroom-scala-test-util_2.13
However, these seem to be correctly published to Maven: https://repo1.maven.org/maven2/com/safety-data/
The SBT file is here. The project includes the following plugin:
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
The command used to publish was sbt publishSigned
.