* Excluded non-unit test

* Changed the forkMode to never
This commit is contained in:
Trustin Lee 2009-03-10 21:34:05 +00:00
parent e523b8ec0f
commit 521f220aaa

View File

@ -232,8 +232,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<forkMode>never</forkMode>
<excludes>
<exclude>**/Abstract*</exclude>
<exclude>**/TestOption*</exclude>
</excludes>
</configuration>
</plugin>