I recently deleted my local maven repository, and ran a build of one of
my projects. In looking into what got downloaded by maven into the
local repository, I found many cases were multiple versions of the same
artifact were downloaded.
This may represent an issue, or not. Is there any tooling I can run
that will help me discover if some of the POMs (it's a multi-module
project) need updating re: dependencies? I guess I want to weed out
things like:
My pom depends on artifact A, version 1.1.1, and artifact B (which, in
turn depends on artifact A, version 1.0.0); the actual build puts in
version 1.1.1 of "A" which implements the same API as 1.0.0 for backward
compatibility. This seems like a "normal" thing that might happen a
lot, and would not be "fixable" by me if I didn't "own" artifact B.
Thanks for any guidance here.
-Marshall
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]