614) 244-2564
> Pager: (888) 260-0078
>
>
>
> Marcin Cetnarski
> <[EMAIL PROTECTED]To: "Maven Users List"
>
> com.pl> cc:
>
pl> cc:
Subject: Re: [m2]
Surefire-Plugin ignores argLine
02/13/2006 02:15
Hello Jim,
Are you working on Windows? There is a bug in Surefire on Windows platform in
forkMode. See http://jira.codehaus.org/browse/SUREFIRE-30. Maybe this
will help.
JB> I am trying to run tests with assertions enabled, but the surefire
JB> plugin is apparently ignoring the argLine paramete
Hi Jim,
to get this to work I have set up an
environment variable MAVEN_OPTS=-ea in my .profile (I am on MacOSX
- do whatever you need to do to set up env variables on your platform)
it's less than ideal but for now I have
been told this is the only way.
Kind regards,
Dave Sag
"Jim Ba
AM
To: Maven Users List
Subject: [m2] Surefire-Plugin ignores argLine
I am trying to run tests with assertions enabled, but the surefire
plugin is apparently ignoring the argLine parameter. If I specify the
following, assertions are not turned on
I am trying to run tests with assertions enabled, but the surefire
plugin is apparently ignoring the argLine parameter. If I specify the
following, assertions are not turned on:
...
...
org.apache.maven.plugins
maven-surefire-plugin