Re: Debugging maven within eclipse

2007-06-07 Thread Nenad Jaksic
Your M2_HOME should point to directory where maven repository is located Than can be any location or .m2 directory as suggested in installation guide. Hope this helps > http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE > > On 6/6/07, Graham Leggett <[EMAIL PROTECTED]> wro

Re: Debugging maven within eclipse

2007-06-06 Thread Karan Malhi
http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE On 6/6/07, Graham Leggett <[EMAIL PROTECTED]> wrote: Hi all, In order to get to the bottom of a number of maven issues, I would like to fire up maven inside eclipse so that I can do step by step debugging, and having gone

Debugging maven within eclipse

2007-06-06 Thread Graham Leggett
Hi all, In order to get to the bottom of a number of maven issues, I would like to fire up maven inside eclipse so that I can do step by step debugging, and having gone through the docs I am struggling to find out how to do this. Google found this: http://docs.codehaus.org/display/JETTY/Debugging