> 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.