Hello, Its the same -Dresolvers=internal for the ant build system; For the maven/yarn build system as long as you have the latest common jar in the m2 cache its going to resolve common from the maven cache. If not from the apache maven repo. You can force the builds to use the cache by adding -o option. (offline builds)
Thanks, Giri On Thu, Aug 18, 2011 at 3:19 PM, Eli Collins <e...@cloudera.com> wrote: > Hey gang, > > What's the new equivalent of resolvers=true in the new MR build? ie > how do you get a a local common change to get picked up by mr? > > Thanks, > Eli >