-
Notifications
You must be signed in to change notification settings - Fork 733
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
Unable to resolve github-api artifacts from Maven Central #195
Comments
Any progress on this one @kohsuke? Would like to use the library, but version 1.70 still has the problem and thus can't be used with Maven. |
I just attempted to upload org.jenkins-ci:jenkins:1.26 but it failed central sync rules: Project description missing, License information missing, Developer information missing. So this involves releaseing new parent POM and update relevant dependencies. This is becoming a bit bigger problem than I would have hoped. |
Ok, thank you for the effort! I managed to bypass the problem by adding |
We were bitten by the same problem. Would be great to have it solved since central is supposed to be "self contained". |
I agree that it would be good to not have to add an another artifact repository just for a parent pom. |
@kohsuke if you are still able to resolve this, please do it 🙏 This is a serious issue, because currently you force all users of your library to add that extra resolver to their builds and it's transitive, so if I have a library that depends on yours, all users of my library are forced to add this resolver 👎 Current situation basically forces me to stop using it and consider migrating to another one, but I would like to avoid it. |
This problem is not happening in the latest github-api:1.92 anymore. |
The source of the problem seems to be the incorrect
pom.xm
file fororg.jenkins-ci:annotation-indexer:1.4
. It reportsjenkins
as being the its parent, which is not in Central. Thus, the parent fails to resolve.This issue has already been reported in slightly different contexts at MVNCENTRAL-648 and JENKINS-27599.
I would assume that only @kohsuke (who apparently has signed it) can edit the pom or upload a new one with a higher version number.
The text was updated successfully, but these errors were encountered: