+ disable forking mode

This commit is contained in:
costin
2010-07-16 19:19:57 +03:00
parent 444e6ceaa7
commit 2cf28c65b9

View File

@@ -226,7 +226,7 @@ limitations under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>always</forkMode>
<forkMode>none</forkMode>
</configuration>
</plugin>