Hi,
I'm trying to setup a local repository using the maven-proxy webapp. I have
successfully installed the webapp on a local Tomcat server, and i'm
monitoring the catalina.out log file to see what happens. In a project on my
local machine, I have the following specified in my pom.xml:
<project>
...
<repositories>
<repository>
<id>my-repo</id>
<name>my custom repo</name>
<url>http://myserver:8080/maven-proxy-webapp/repository</url>
</repository>
</repositories>
</project>
i clean out my local machine's repository in order to try to use the
maven-proxy-webapp, however whenever I run the project (mvn compile), the
project just goes straight to ibiblio to fetch the dependencies!
Does anyone have any suggestions as to why the project is not picking up my
local repository?
Thanks,
Gareth