It's in the works, I can tell you that. This is something that surfaces
every week or so on the lists, and I know that they have an idea already
coded...it's just not included in maven yet. My guess is that it will
require some big changes to maven, and so they're holding off until they
get the cha
Hi,
it seems that you have to declare all dependencies of a project, including
all indirect dependencies.
E.g.
A depends on AA, AB
AA depends on AAA and AAB
then you have to declare AA, AAA, AAB and AB as dependencies of A.
This is not very handy and maintainable for me.
I would prefer that the