Re: Pass params from command line to Junit test

2007-03-28 Thread lanchez
gt; pass params to it on the command line? I just need to pass a string on >> the >> command line like: >> >> mvn (options to run class) (string) >> -- >> View this message in context: >> http://www.nabble.com/Pass-params-from-command-line-to

Re: Pass params from command line to Junit test

2007-03-18 Thread Tony Ambrozie
How would I run maven to execute all tests (JUnit) in a specific class and pass params to it on the command line? I just need to pass a string on the command line like: mvn (options to run class) (string) -- View this message in context: http://www.nabble.com/Pass-params-from-command-line-to

Pass params from command line to Junit test

2007-03-16 Thread lanchez
How would I run maven to execute all tests (JUnit) in a specific class and pass params to it on the command line? I just need to pass a string on the command line like: mvn (options to run class) (string) -- View this message in context: http://www.nabble.com/Pass-params-from-command-line-to