I can't use achiva as a proxy of my remote repository
Posted
by
user1553915
on Stack Overflow
See other posts from Stack Overflow
or by user1553915
Published on 2012-09-25T07:09:17Z
Indexed on
2012/09/27
3:37 UTC
Read the original article
Hit count: 167
I want to install Achiva to manage my Maven repositories. I add a new internal repository called "public" and a new remote repository, which is my company's repository. Then I configure the proxy connector to let the repository "public" to be a proxy of the remote one.
But When I enter the address "http://localhost:8084/archiva/repository/public/.../....pom
" in the web brower,error occurred "Unable to fetch artifact resource". However, if I replace the remote repository with another one such as "http://repository.codehaus.org/"
, the proxy works. I don't know why this happens, are there something wrong with my remote repository address?
© Stack Overflow or respective owner