* Excluded non-unit test
* Changed the forkMode to never
This commit is contained in:
parent
e523b8ec0f
commit
521f220aaa
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user