0

I have strange behavior with maven. During my build, the download of the json-smart metadata component (the only artifact that seems to be affected by this problem) loops without ever stopping.

[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< fr.project:myProject >----------------
[INFO] Building Ned MyProject 1.8.2
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from nexus: http://mynexus/repository/maven-public/net/minidev/json-smart/maven-metadata.xml

If I pour central maven repo directly it's OK but if I use our Nexus, the problem is still there.

I have no other ideas, has anyone as one ?

Apache Maven 3.6.3 Java version: 11.0.3, vendor: Oracle Corporation Nexus : 3.6.0-02

Broshet
  • 133
  • 12

1 Answers1

0

We found the solution but no explication on the real problem.

metadata of our json-smart artefact were corrupted on our Nexus and block download from maven. I have delete all composant, invalidate cache of the repository and rebuilt the index and it's seem resolve the problem.

Broshet
  • 133
  • 12
  • How to delete components (.xml too) in nexus with this version? we use nexus 3.8 and we have this problem. – pyramid13 May 09 '22 at 11:18