Two weeks late reading this, but I had to respond: Marcus, favor composition over inheritance:
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies I have myself forgotten about 'import' scope before, but it's definitely the way to go. On Fri, Sep 17, 2010 at 12:23 AM, Marcus Linke <[email protected]> wrote: > Hello again. In my usecase all submodules SHOULD include a common set of > dependencies. The submodules have no dependencies to other submodules. > Thats why declaring the dependencies in the parent pom. The configuration > option >><autoVersionSubmodules>true</autoVersionSubmodules> > is only responsible to auto update the parent of all submodules. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
