Question on arguments

2007-03-30 Thread Chris Russell
Hello, Can someone tell me what the following arguments do and why I would use (or remove) them: --batch-mode --non-recursive In my project I have one parent pom and 4 child poms: top level --- child 1 --- child 2 --- child 3 --- child 4 I'm not sure which parameters I should have on each

Re: Question on arguments

2007-03-30 Thread Emmanuel Venisse
Chris Russell a écrit : Hello, Can someone tell me what the following arguments do and why I would use (or remove) them: --batch-mode --non-recursive They are mvn arguments, run 'mvn -h' and you'll see all arguments. -B,--batch-mode Run in non-interactive (batch) mode