Re: how to debug bundled dependencies?

2006-11-09 Thread Mark Hobson
On 08/11/06, Wayne Fay [EMAIL PROTECTED] wrote: Unfortunately it sounds like you're going to need to grok that 10k mvn -X debug command to find out why those extra dependencies are getting pulled in. Or wait for my MPH-14 patch that depends on MNG-2654 - makes the dependency tree slightly

how to debug bundled dependencies?

2006-11-08 Thread Nathan Coast
Hi, I recently posted about a dependency problem I am experiencing, http://www.mail-archive.com/users@maven.apache.org/msg55340.html I am a bit lost as to how to go about debugging this. I tried the -X flag but ended up with 10,000 lines of debug. I think I need to investigate the

Re: how to debug bundled dependencies?

2006-11-08 Thread Wayne Fay
Sounds like you are simply running into the issue of I'm getting duplicate dependencies -- one set in my WAR, and one set in my EAR -- how can I configure things to get only one set. Is that what you've got? If not, please provide more info. Parent - child etc is not sufficient, we need to know

Re: how to debug bundled dependencies?

2006-11-08 Thread Nathan Coast
Hi Wayne, thanks for the help. I'm not getting duplicate dependencies but getting different dependencies included in the war file depending upon how I initiate the build of that war file. initiated from the war project itself: childmvn install - all ok, correct deps. initiated from the

Re: how to debug bundled dependencies?

2006-11-08 Thread Wayne Fay
Unfortunately it sounds like you're going to need to grok that 10k mvn -X debug command to find out why those extra dependencies are getting pulled in. Wayne On 11/8/06, Nathan Coast [EMAIL PROTECTED] wrote: Hi Wayne, thanks for the help. I'm not getting duplicate dependencies but getting