Unable to resolve github-api artifacts from Maven Central
See original GitHub issueThe source of the problem seems to be the incorrect pom.xm
file for org.jenkins-ci:annotation-indexer:1.4
. It reports jenkins
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.
org.kohsuke:github-api:1.68
+--- commons-lang:commons-lang:2.6
+--- commons-codec:commons-codec:1.7
+--- com.fasterxml.jackson.core:jackson-databind:2.2.3
| +--- com.fasterxml.jackson.core:jackson-annotations:2.2.3
| \--- com.fasterxml.jackson.core:jackson-core:2.2.3
+--- commons-io:commons-io:1.4
\--- com.infradna.tool:bridge-method-annotation:1.14
\--- org.jenkins-ci:annotation-indexer:1.4 FAILED
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Unable to resolve github-api artifacts from Maven Central #195
The source of the problem seems to be the incorrect pom.xm file for org.jenkins-ci:annotation-indexer:1.4. It reports jenkins as being the ...
Read more >Unable To resolve github maven dependency - Stack Overflow
The repository is currently public. I am now trying to use the dependency in other projects, but I am getting an error Cannot...
Read more >Maven Repo: Could not resolve dependencies ... - GitLab
The dependency builds just fine and I can see the artifact deployed under the packages folder of the project. The problem is while...
Read more >GitHub API For Java - org.kohsuke - Maven Repository
Version Repository Usages Date
1.313 Central 10 Sep 27, 2022
1.308 Central 8 Aug 18, 2022
1.307 Central 4 Jun 27, 2022
Read more >Github package registry vs artifactory - Carlino Edilizia
Azure Artifacts; NuGet; Maven Central; Chocolatey; JFrog Artifactory GitLab package registry supports 8 different package types. Report Save. 1.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I agree that it would be good to not have to add an another artifact repository just for a parent pom.
This problem is not happening in the latest github-api:1.92 anymore.