Yep. That's the issue. (I was searching for it, just didn't check the closed issues. Cool.)
Dan On Tue September 8 2009 10:33:35 am Benjamin Bentmann wrote: > Jason van Zyl wrote: > >> And b configures a plugin with dependency foo, and c configures the same > >> plugin, but with dependency bar, if I run mvn in "c", it works fine > >> (gets bar), but if I run from a, it doesn't work right in c. It just > >> gets foo. > >> Thus, it works differently depending on where I type "mvn". To me, > >> that is bad. > > > > Yes, it's bad. You just want the classloader scoped for the specified > > dependencies. Should be easy enough to make an IT for that and fix it in > > 3.x. > > As far as I understand Daniel's issue, he talks about MNG-1323 which is > already fixed on trunk. > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Daniel Kulp [email protected] http://www.dankulp.com/blog --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
