You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On buildkite, we get the following error message: Error: The command exited with status 1, however the artifacts are properly published by the release process in the Deploy to Maven Central (Buildkite) step.
There was at least two occurences of this in the recent releases:
In the buildkite logs, we can see the following error:
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) on project apm-opentracing: Remote staging failed: A message body reader for Java class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and Java type class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and MIME media type text/html was not found
To me it looks like an issue with the JDK. If I run java version 17 I got the error above. When I switch to JDK 11 it looks like the issue dose not appear.
On buildkite, we get the following error message:
Error: The command exited with status 1
, however the artifacts are properly published by the release process in theDeploy to Maven Central (Buildkite)
step.There was at least two occurences of this in the recent releases:
In the buildkite logs, we can see the following error:
We are already using the latest version of this plugin
1.6.13
, which is about a year old as I am writing this.https://search.maven.org/artifact/org.sonatype.plugins/nexus-staging-maven-plugin
When this error happens, we can have two possible results (both cases already happened)
The text was updated successfully, but these errors were encountered: