>-----Original Message----- >From: Wayne Fay [mailto:wayne...@gmail.com] > >>> I rapidly browsed the thread, please excuse me if I missed something. >>> Isn't mvn dependency:purge-local-repository the solution? >> >> The issue identified by the OP is that there's no way to (pro-actively) >detect that a release has changed. > >I apologize in advance for a TERRIBLE suggestion... assuming you are >running a local MRM and thus merely consuming local bandwith... you >could bind purge-local-repo to init phase. > >PS- Don't do this!
Even with a local repository manager this isn't that great of a suggestion: local might mean faster network, but not infinite bandwidth, especially when you've got more than a few developers working on things. (and the few extra minutes it would add to the build even for one developer would be kind of annoying) eric --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org