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
Currently we release all of our artifacts to maven central and close the staging repository. Sometimes closing fails even though the artifacts were uploaded successfully. This is caused by a timeout from the Sonatype systems. Because some artifacts are released, they can't be released again and the script fails.
We would like to have a way to recover from this state. As a current workaround we are releasing a minor version which includes all artifacts.
Fixes can include
Updating the release script to check if an artifact already exists
Removing the auto close from the pom and closing manually
Modularizing the releases so we can release per artifact instead of releasing all artifacts
The text was updated successfully, but these errors were encountered:
andreaTP
pushed a commit
to andreaTP/app-services-sdk-java
that referenced
this issue
Jan 19, 2023
For example see : https://github.com/redhat-developer/app-services-sdk-java/actions/runs/1067025281
Currently we release all of our artifacts to maven central and close the staging repository. Sometimes closing fails even though the artifacts were uploaded successfully. This is caused by a timeout from the Sonatype systems. Because some artifacts are released, they can't be released again and the script fails.
We would like to have a way to recover from this state. As a current workaround we are releasing a minor version which includes all artifacts.
Fixes can include
The text was updated successfully, but these errors were encountered: