Giacomo Pati wrote: >> I've run through this kind of problems several months ago in my private >> project. Maybe current maven version is handles module building order >> automatically regardles of the actual order in xml file (I doubt it). > > I do have a medium sized project at hand where the root pom defines the > modules in strict alphabetic order but a build of the hole project shows > me that the order is not as such. Instead Maven rearranges the build > order according to the deps in the respective modules. So if the deps > are correct Maven will build correct (that's my verified assumption) and > the sequence of the module definition doesn't play any role.
Maybe you're right. With maven embedder I had different results though. In general maven embedder has many bugs that are not subject to a standard command line build. -- Leszek Gawron CTO at MobileBox Ltd.
