Issue with download maven dependencies from Nexus

Hi,

We have an application implemented in Java and Maven that fetches libraries from on-premise installation of Nexus Repository Manager. Recently, it was observed that there are some issues with downloading some of libraries (like: testng) in their SNAPSHOT versions. Below you can find a snippet of log:

> ** Failure to find org.testng:testng:pom:6.8.10-SNAPSHOT in http://tools.company.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of Nexus has elapsed or updates are forced*
> ** The POM for org.testng:testng:jar:6.8.10-SNAPSHOT is missing, no dependency information available*
> ** Failure to find org.testng:testng:pom:6.8.11-SNAPSHOT in http://tools.company.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of Nexus has elapsed or updates are forced*

The repository is synchronized with external public Maven repo, however it seems that some of the snapshots versions are missing both locally and remotely but they are still defined in http://tools.company.com/nexus/content/groups/public/org/testng/testng/maven-metadata.xml

Do you know how to refresh the content of maven-metadata.xml so that it reflects what is available on local and remote (i.e. public Maven repo) repos ?

Thank you,
Rafal

I am facing this issue, just want to check how its sorted?