run mvn -X, the complete build-up  ofthe  dependencies is in there (while
not very readable, but the information is there)

regards,

Wim

2006/5/24, Roland Asmann <[EMAIL PROTECTED]>:

Hi,

Could someone tell me if it is possible to have Maven print the dependency
tree for an artifact? I am getting a couple of
libraries transitive, but I have no clue as to which direct dependency of
mine does this...

And while I'm on the subject, could somebody explain to me how Maven would
react when I have the following
dependency-tree:
Proj. A
        Proj. B
                Proj. C
                        <exclude>Proj. D</exclude>
        Proj. E
                Proj. F
                        Proj. G
                                Proj. D

Will 'Proj. D' be included in the dependency-list for 'Proj. A' or not? I
ask, 'cause I've got a feeling that maven sometimes
includes 'Proj. D' in my builds, but at other times it doesn't!

Thanks,

Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to