> My problem is that I am working on a test where I will need to pass in a lot > of arguments and would prefer if I could read them from a properties file > instead of having a massive command line argument.
Seems smarter (to me) to adjust your test code to read from a properties file or similar than expect Maven to pass a bunch of system properties to it. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
