# Issue with download maven dependencies from Nexus

**URL:** https://community.sonatype.com/t/issue-with-download-maven-dependencies-from-nexus/4386
**Category:** Sonatype Nexus Repository
**Created:** [June 8, 2020, 12:14pm UTC](https://community.sonatype.com/t/issue-with-download-maven-dependencies-from-nexus/4386 "2020-06-08T12:14:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rafal.sojka](https://avatars.discourse-cdn.com/v4/letter/r/fbc32d/32.png) [@rafal.sojka](https://community.sonatype.com/u/rafal.sojka)
#### Post date: [June 8, 2020, 12:14pm UTC](https://community.sonatype.com/t/issue-with-download-maven-dependencies-from-nexus/4386/1 "2020-06-08T12:14:29Z")

</div>

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](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

---

<div class="post-metadata">

### Author: ![rizwan.azhar](https://avatars.discourse-cdn.com/v4/letter/r/b5a626/32.png) [@rizwan.azhar](https://community.sonatype.com/u/rizwan.azhar)
#### Post date: [October 20, 2020, 3:24am UTC](https://community.sonatype.com/t/issue-with-download-maven-dependencies-from-nexus/4386/2 "2020-10-20T03:24:13Z")

</div>

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