Alan D. Cabrera wrote:
I think that someone mentioned that they were working on this. I am in
great need of this feature. Does anyone know the status of this?
I've finished the first pass of this and I have deployed a snapshot of
the surefire plugin so people can try and forking capabilities.
You need something like this in your pom.xml to try it out:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once|pertest</forkMode>
</configuration>
</plugin>
</plugins>
</build>
Let me know if you have problems. I think Vincent, and Mark Proctor are
also interested.
Regards,
Alan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
jvz.
Jason van Zyl
jason at maven.org
http://maven.apache.org
Simplex sigillum veri. (Simplicity is the seal of truth.)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]