It would be nice for Yetus to have the ability to parse maven’s dependency list and establish initial order.
In most cases, this initial order would be correct. Yetus can provide capability for personality file in each underlying project to override this initial order if needed. Cheers On Tue, Jan 12, 2016 at 11:02 AM, Allen Wittenauer <[email protected]> wrote: > > > On Jan 12, 2016, at 10:56 AM, Ted Yu <[email protected]> wrote: > > > > I see now why the compilation error happened. > > > > To my understanding, it should be Yetus' job to determine the proper > > dependencies among the modules. > > > Yup… and currently that work is passed to the personality to do. > > It's worthwhile pointing out that maven’s dependency list won’t > always be correct either since it only covers Java code. Any non-Java code > would still require some special handling by the personality even if the > maven plug-in did most of the work to put them in the proper order.
