Rakesh
Rakesh

Reputation: 43

Nexus proxy repository

I'm new to Nexus. I have added a proxy repository for http://reflections.googlecode.com/svn/repo/. Its added successfully. I can browse the repository content in the 'Browse remote' tab. But when I point my maven to my local Nexus mirror & execute it fails while accessing dependency for reflections, its not able to locate it in my nexus repository.

Upvotes: 4

Views: 13532

Answers (2)

Dmitry Aleksandrov
Dmitry Aleksandrov

Reputation: 710

Do you try to access the proxy directly? I think it is better to create a group repository and add the Google repository there.

Upvotes: 0

FrVaBe
FrVaBe

Reputation: 49361

If you added the repository as a proxy repository in Nexus do not forget to add the proxy to the Repository Group which you use as mirror for all Nexus requests (public/snapshot) - assumed you have this kind of configuration.

(Took this from a former answer from me.)

Upvotes: 12

Related Questions