<p style>Hello Devs,</p><p style>I&#39;m currently working on a project where I&#39;m embedding Drools inside my application and using Maven to pull down the necessary artifacts. During this exercise, I&#39;ve noticed that each project&#39;s pom (e.g. drools-core) references an aggregator pom (e.g drools-multiproject) as its parent. These aggregators then reference droolsjbpm-parent as their parent. I&#39;m no maven expert, but it seems to me that this introduces an unnecessary layer of artifacts in the maven repository. My understanding is that aggregators are present solely to propagate build commands to their children and do not contain dependency information (as is the case in the Drools aggregators), so shouldn&#39;t the project poms reference droolsjbpm-parent directly? </p>
<p style><br></p><p style>Thanks,</p><p style>Justin</p>