question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Artifacts missing on Maven Central (including 3.1.3-RC1)

See original GitHub issue

I can’t really figure out what’s going on here, but I have a script that is supposed to run every night to grab the newest nightly and then run some code with it. However, last night and today it’s failing due to not being able to resolve a scala version that says is published and is located in the maven-metadata.xml, but the artifacts aren’t there.

According to this release, 3.1.3-RC1-bin-20220406-73cda0c-NIGHTLY was successfully published and according to https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/maven-metadata.xml it should be the newest valid 3.1.3* version. However, if you look at the listing on here, the artifacts aren’t there. You can see that it won’t resolve with:

cs fetch org.scala-lang:scala3-compiler_3:3.1.3-RC1-bin-20220406-73cda0c-NIGHTLY

I know this isn’t the newest version as 3.1.3-RC1-bin-20220406-3d1d299-NIGHTLY was published last night, but any idea what’s going on here as that artifact should be there?

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
anatoliykmetyukcommented, Apr 14, 2022

I agree with @ckipp01, the nightly version skipped is probably not going to be a problem, as long as we have the RCs version in order.

0reactions
ckipp01commented, Apr 13, 2022

Just to be clear, I probably wouldn’t recommend spending a lot of time on this. While it’s an inconvenience if someone tries to grab those versions, I have a feeling that it will impact very very few people. I was only aware of it because CI in both https://github.com/ckipp01/dotty-error-index and https://github.com/scalameta/metals both failed that night since they both rely on pulling in the latest nightly. Since there are newer versions, it’s done with and isn’t really an issue. It’s up to you if you want to chase it down, but please don’t on my account.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing artifacts on Maven Central Repository - Stack Overflow
Maven central repository does not have jars and artifacts of Eclipse Juno 4.2 release. Where can i find all these jars and artifacts(along...
Read more >
Maven Central Repository Search
Official search by the maintainers of Maven Central Repository. ... the new look of The Central Repository, designed to address artifact search needs...
Read more >
Maven Repository - JFrog - JFrog Documentation
Overview. As a Maven repository, Artifactory is both a source for artifacts needed for a build, and a target to deploy artifacts generated ......
Read more >
How to Fix Maven Artifacts Could not be Resolved Error ...
I remember long time ago, I faced the same error and I tried fixing it by manually adding .jar files to my maven...
Read more >
Missing versions in maven-metadata.xml of org.springframework
It seems, that some (older) versions of spring artifacts are missing in maven-metadata.xml files:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found