You most likely would like a parent project (inheritance) where you define and control common stuff, like plugin configuration. Then you also most likely want to an aggregating project to simplify build. Both could be combined in the same Maven project.
/Anders On Mon, Jul 18, 2011 at 18:52, Julien Martin <[email protected]> wrote: > Hello, > I am not sure whether to choose inheritance or aggregation or both for my > maven project. > I have a domain module which contains entity classes. I have a service > module which contains spring services and daos and finally I have a web > module . > Can anyone provide guidelines please? > Regards, > Julien. >
