You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by hesl <na...@12b3.com> on 2010/08/27 16:54:19 UTC

Re: Surefire plugin: forkMode always does not work

Found the answer myself..

I accidentally used the following syntax:

<includes>
  <include>a, b, c</include>
</includes>

instead of

<includes>
  <include>a</include>
  <include>b</include>
  <include>c</include>
</includes>

It turns out that with forkMode once the incorrect syntax works and with
forkMode always not :-)

Amazing..

 
-- 
View this message in context: http://maven.40175.n5.nabble.com/Surefire-plugin-forkMode-always-does-not-work-tp2739994p2740151.html
Sent from the Maven - Issues mailing list archive at Nabble.com.