On Thu, Dec 15, 2011 at 2:17 PM, scabbage <[email protected]> wrote:
> I'm including a dependencies section in my parent pom to capture all common
> dependencies of my modules. But I agree that I should use the
> <dependencyManagement> to management all versions.

Its not something I do, and I think its considered bad practice.

I think there is a new "import" scope (I've not used it) that would be
a better way of capturing this information.
On the other hand - how "common" are these common dependencies.
It would have to be the least common denominator, in which case it
probably doesn't save you a lot.
Just repeat the dependencies in the modules knowing the version
management is taken care of by dependencyManagement.

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

Reply via email to