罐子我已經在這個項目的結構如下:Maven構建父模塊
Project -
|- Parent // bunch of abstract classes which are used by children
|- child_A // depend on abstract classes from Parent
|- child_B // depend on abstract classes from Parent
|- child_C // depend on abstract classes from Parent
我想建立既爲家長和孩子們罐子爲好。所以我最終會得到parent.jar,child _ *。jar。我如何在maven中做到這一點?
父母是樹節點,所以需要是'pom'模塊。 Pom模塊不能產生任何JAR默認 - 這是樹的定義。 – MariuszS