sbt / sbt-ci-release

sbt plugin to automate Sonatype releases from GitHub Actions
Apache License 2.0
286 stars 76 forks source link

Unable to identify component: Malformed Maven component with item path #199

Closed SimunKaracic closed 2 years ago

SimunKaracic commented 3 years ago

I'm following the documentation and trying to publish an sbt plugin. Github action completes successfully when I push a tag, but the artifacts don't show up on sonatype or maven central. I can find the builds in sonatype releases, and there I see only one problem: when I click on e.g. sbt-kanela-runner-play-2.6-2.0.10.14-javadoc.jar i see the following under Component info: Unable to identify component: Malformed Maven component with item path io/kamon/sbt-kanela-runner-play-2.6_2.12_1.0/2.0.10.14/sbt-kanela-runner-play-2.6-2.0.10.14-javadoc.jar.

No other errors are visible in the whole build process.

Any hints on what I might be doing wrong, or where to find a more specific error message?

image

SethTisue commented 3 years ago

I suggest this ticket be closed, as I highly doubt it's actionable in this repo. It looks like a Sonatype issue.