In our team we are using a Proxy repository where the artifacts are uploaded
on "mvn deploy".

Let's consider the following artifact :
    <groupId>com.acme</groupId>
    <artifactId>foo</artifactId>
    <version>1.0</version>

I have it in my local repository, and it's also on the proxy repo. My
colleague decides to do a very minor change to the corresponding "foo" Maven
project, and redeploys this artifact to the proxy repository, but without
changing the artifact's version.
Does this mean that as long as this artifact is in my local repo, I will
never be using the latest version (the one on the proxy) when resolving
dependencies?
-- 
View this message in context: 
http://www.nabble.com/Local-proxy-dependency-resolution-when-the-artifact%27s-metadata-is-the-same-tp24216134p24216134.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to