it is a known issue ( dont remember the JIRA# thou ) -D
On Mon, Sep 7, 2009 at 12:43 PM, sebb<[email protected]> wrote: > On 07/09/2009, Dan Tran <[email protected]> wrote: >> 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 > > Thanks, I considered that, but I really want to be able to override > the value without having to edit the POM. > >> -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] >> >> > > --------------------------------------------------------------------- > 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]
