add a maven property to the pom ( ie <properties><name>value</name><properties> ) , use that prop with argline, and then override that prop with -Dname=anotherValue
-Dan On Mon, Sep 7, 2009 at 6:38 AM, sebb<[email protected]> wrote: > How can one pass command-line options to the JVM when using Surefire? > > It's easy to do this by editting the POM by adding an <argLine> tag to > the <configuration> section. > > However I'd like to be able to change the JVM options from the command-line. > > Is there a way to do this? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
