-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to close/release #69
Comments
It seems you have some open staging repositories in Nexus. As suggested in the error message, please login to Nexus, remove all staging repositories and try again. If occurred again, disable running tasks in parallel and try once more (of course purging staging repositories via UI again before that). Somehow strange is that both tasks |
I have found a Travis build in a referenced issue.
Definitely remove open repositories from Nexus. |
@szpak thanks for looking into it. I run into two problems:
|
Changing the IP address during one Travis build sounds suspicious for me. Can you:
or
In the second scenario:
Of course remove old staging repositories from Nexus before. |
@szpak |
@yaolingling Closed (no more files can be added to that repo, prepared for release) is not the same as released (here, push to Maven Central public repo). Has the package visible in the Maven Central? You can paste a link to public CI logs (if available). |
@szpak, thanks for your reply. My issue has been resolved. The root cause of this issue is that the same version of jar can't be released to the nexus manager. Change the version of released jar. |
@pavolloffay do you still have that problem? |
I think it was still present |
@pavolloffay Could you try to disable parallel tasks execution (which may potentially cause more than one staging repository) with |
We do not use parallel execution. I do not think this would make a difference. |
closing in favor of #76 |
Yes, now I know that the issue affects also a single treat execution even for a single module. |
Hi,
we are using this plugin and it seems that closing/releasing does not work.
Here is our configuration https://github.com/jaegertracing/jaeger-client-java/blob/master/build.gradle#L81
The text was updated successfully, but these errors were encountered: