Is there any good samples out there showing how to share properties between multiple modules?

I.e:

Parent POM
   Module1
   Module2

Basically both module share common database connection properties so instead of filtering in both, I would like to filter on the parent and propagate to the children. But also would like to be able to to do so on per module basis.

So I should be able to build the entire project or the individual modules.

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to