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
Calling the fallowing api's helped at least close all the repositories in open status (open status is not visible in UI)
12
+
Beware that APIs response with a timeout error very often.
13
+
14
+
list open repos (open means uploaded and not visible in ui)
15
+
```bash
16
+
curl -X GET -u "{MAVEN_USER}:{MAVEN_PASSWORD}""https://ossrh-staging-api.central.sonatype.com/manual/search/repositories?ip=any&state=open"
17
+
```
18
+
19
+
manually trigger processing of open repo (would be visible in UI with some status)
20
+
```bash
21
+
curl -X POST -u "{MAVEN_USER}:{MAVEN_PASSWORD}""https://ossrh-staging-api.central.sonatype.com/manual/upload/repository/{MAVEN_USER}/{IP}/io.github.nsk90--default-repository"
0 commit comments