> 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.
This is very explicitly not allowed if you are using Maven. If your artifact will change, it must be named -SNAPSHOT. If it is not a SNAPSHOT, then it must not change. This is part of the contract you "sign" when you start using Maven. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
