Maven failed to download sonatype metadata

ikonodim

New member
Jul 18, 2024
4
0
1
Everytime I refresh my maven dependencies in InteliJ I get this warning:

Code:
[WARNING] Failed to download maven-metadata-sonatype.xml [https://oss.sonatype.org/content/groups/public/]

Is it safe to ignore or is there any fix to this?
 
Solution
not too sure then, it is only a warning, you can try to use whatever command your build management tool offers to try to refresh data (-U for maven, --refresh-dependencies for gradle), it will probably just clear out on its own or something

electronicboy

Administrator
Staff member
Dec 11, 2021
268
17
49
28
not too sure then, it is only a warning, you can try to use whatever command your build management tool offers to try to refresh data (-U for maven, --refresh-dependencies for gradle), it will probably just clear out on its own or something
 
  • Like
Reactions: ikonodim
Solution