Reputation: 14399
We have a nexus repository manager set up. We are running version 1.9.3.2 and I am not able to upgrade at the moment.
The problem I have is that nexus works fine with the standard proxy repositories that come out of the box when nexus is installed. But when I add new repositories such as JBoss, artifacts are not downloaded from them. If i click JBoss in the user inteface I can check the tab "Browse Remote" and see that the artifacts I want really are there. But when I click "Browse Local" the only thing I see is the file archetype-catalog.xml
.
What happends is this:
I realize that there can be caching issues here but I have run maven forcing updates (-U parameter), deleted cache files from my local repo, cleared cache in nexus, rebuild metadata, all I can think of and the artifacts are still not found.
Does anyonw know what the problem might be?
Upvotes: 1
Views: 4868
Reputation: 650
Try this solutions:
Download Remote Indexes
in the proxy repository configuration.Upvotes: 3