pom.xml defines dependencies. However, it doesn't seem obvious about ClassPath order between dependency and dependent. How to tell Maven ClassPath order please? How to change Maven ClassPath order please?
The problem I'm encountering is, SDO has two versions of TestUtil (tools\TestUtil ignores comments while comparing XML, while impl\TestUtil doesn't) tools projects depends on impl project, so the ClassPath order is important. In Eclipse, I can change tools project Build Path order to pick up the designated TestUtil. How to tell/change Maven ClassPath order? I've done some searching and found no straight answer. Can anyone here help? Maybe unifying TestUtil can work around. However, it'll still be nice to know how to tell/change Maven ClassPath order. -- Yang ZHONG
