Re: [m2] Embedding Maven 2

2005-07-23 Thread Brett Porter
On 7/24/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote: > - If it is, how can this JLine issue be worked around? Is it possible to > disable the InputHandler? I think the batch mode flag should turn that off. If not, I'd consider that a bug. We should also consider fixing the problem with jline

[m2] Embedding Maven 2

2005-07-23 Thread Peter van de Hoef
Hi, I'm developing a testcase in which I need to run Maven from within the testcase. I don't want to run maven by executing 'm2' as a separate process via Runtime.exec() since I want my test to run correctly in an environment where maven itself is embedded in another application (e.g. Eclipse).

Re: Best approach in using maven w/ eclipse

2005-07-23 Thread Jorg Heymans
jk jk wrote: > After working with Maven goals on Eclipse as opposed > to command prompt, I find it faster to use the command > prompt then executing maven goals in eclipse. The > only thing with this approach is that you would always > need a command prompt while you're developing rather > just