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
`There are more than 1 active repositories. Please close unwanted deployments.`
);
}
Maybe we could check the status of those open repositories as in the Sonatype UI it shows the staging repository with status "Released" including a note that it can safely be dropped.
As a workaround you can log into the "Sonatype Nexus OSS" UI and drop the staging repo manually after the first release.
The text was updated successfully, but these errors were encountered:
Also it seems running more than one release targeting Maven Central in parallel causes all of them to fail. Not sure there's anything we can do about that though.
Environment
Ran a release of Maven and Gradle plugin.
Steps to Reproduce
Expected Result
Both releases work
Actual Result
Second release fails with:
Which seems to be coming from
craft/src/targets/maven.ts
Lines 694 to 698 in 1f5cca9
Maybe we could check the status of those open repositories as in the Sonatype UI it shows the staging repository with status "Released" including a note that it can safely be dropped.
As a workaround you can log into the "Sonatype Nexus OSS" UI and drop the staging repo manually after the first release.
The text was updated successfully, but these errors were encountered: