RE: M2: JVM options for unit test

2005-08-23 Thread Ilyevsky, Leonid (Equity Trading)
PROTECTED] Sent: Tuesday, August 23, 2005 1:26 PM To: Maven Users List Subject: Re: M2: JVM options for unit test On Tue, 23 Aug 2005, Ilyevsky, Leonid (Equity Trading) wrote: You can't. Java is already running when it reads the pom, and tests currently cannot be forked. It's easiest

Re: M2: JVM options for unit test

2005-08-23 Thread Kenney Westerhof
On Tue, 23 Aug 2005, Ilyevsky, Leonid (Equity Trading) wrote: You can't. Java is already running when it reads the pom, and tests currently cannot be forked. It's easiest to set the MAVEN_OPTS environment variable ( for instance export MAVEN_OPTS="-Xmx1024m" ). -- Kenney > My test requires big