On Tue, 2006-03-14 at 03:09 -0500, Evan Bollig wrote: > I have a multiproject setup with a parent pom that consolidates common > properties for subprojects in the <properties> ...</properties> > section (below modules). I found that none of the subprojects inherit > these props so Im curious to know what I am doing wrong. How does one > set properties in a parent pom and have them inherited by all > children? > > --
Do the child poms have <parent> tags in them that point to the parent pom? If not, is the path from the child to the parent "../pom.xml" (the default value)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
