First, there is only one "super-POM" and that one is included in Maven itself. What you probably mean is a "parent pom".
To use that parent pom you declare it in the "parent" section, not as a import scope dependency. /Anders On Fri, Jan 4, 2013 at 10:00 PM, Marcos Mendez <[email protected]> wrote: > > I've defined a superpom and I'm using the import scope in another maven > project to apply those. I'm not seeing the configurations being applied for > the plugins I've defined in the superpom's pluginManagement. > > Any ideas? > > Regards, > Marcos > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
