Hi,

You can use the systemPropertyValues config element of the surefire plugin:

http://maven.apache.org/surefire/maven-surefire-plugin/examples/system-properties.html

Cheers,
Andreas

Am Dienstag, 23. April 2013 schrieb Wayne Fay :

> > 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] <javascript:;>
> For additional commands, e-mail: [email protected]<javascript:;>
>
>

Reply via email to