On Thu, Jun 5, 2008 at 12:15 PM, martinf <[EMAIL PROTECTED]> wrote: > > Hi all, > > is it possible to control which elements a pom inherits from its parent > pom? > > Like is there a way to inherit all elements form the <dependencyManagement> > but inherit no element beyond parents pom <mailinLists> element? > > Well, and if its possible, how can it be done? >
Not uncommon for people to solve this problem by putting together a 'parent' POM that contains only those inheritable bits, and subbing that for all actual projects. - Geoffrey -- Geoffrey Wiseman
