In Maven is it possible to depend on jar1 and jar2 but establish this dependency via a middle pom file like so:
mypom.xml --> middle_pom.xml --> jar1, jar2
Can this be done in that way?
Of course the packaging for mypom.xml is whatever I want like 'war' but the packaging for middle_pom.xml would be 'pom', agree?