Does extensions/pom.xml define myapp/pom.xml as its parent in the <parent> section?
-Olivier On Wed, 2008-02-27 at 02:57 +0000, Rodrigo Madera wrote: > I have a project layout like this: > > myapp > pom.xml (packaging = pom, name = MyApp Parent) > > api > pom.xml (packaging = jar, name = MyApp API) > core > pom.xml (packaging = jar, name = MyApp Core) > extensions > pom.xml (packaging = pom, name = MyApp Extensions Parent) > > myextension > pom.xml (packaging = jar, name = MyApp MyExtension) > > The problem is that extensions/pom.xml is *not* inheriting basic (and > needed) stuff from myapp/pom.xml. > > Any clues? > > Thank you for your attention, > Rodrigo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
