* 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> <artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version> <version>2.4.3</version>
<configuration> <configuration>
<forkMode>never</forkMode>
<excludes> <excludes>
<exclude>**/Abstract*</exclude> <exclude>**/Abstract*</exclude>
<exclude>**/TestOption*</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>