0

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.

assaf
  • 3
  • 1
  • 3
  • Did you try downloading the lib from another Maven/SBT project? If it works, I wouldn't bother with it not appearing on Maven search. – Gaël J Jul 20 '22 at 11:20
  • @GaëlJ Yes, it seems to download fine in another SBT project, still I'd like it to appear in search. – assaf Jul 22 '22 at 08:32

0 Answers0