just so you know what update-child-modules does... if the child references the *wrong version of the parent* then update-child-modules will fix your child poms for you.
it is just for fixing a broken reactor. You are probably looking for update-properties as that is really the only way (currently) to specify what dependencies to update. -Stephen 2009/5/13 DanDude <[email protected]> > > I have a project where my root project has child1, child2 etc... Each child > has child11, child12, child21 etc.. > I would like to execute update-child-modules so versions across all child > projects are updated. Is this possible? > -- > View this message in context: > http://n2.nabble.com/update-child-modules-of-versions-plugin-on-the-whole-hierarchy-tp2885629p2885629.html > Sent from the maven users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
