Disable parallel tests as it causes port conflicts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c1b1e592e
commit
edc5e5d1f4
1 changed files with 20 additions and 0 deletions
|
|
@ -440,4 +440,24 @@
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>2.5</version>
|
||||||
|
<configuration>
|
||||||
|
<includes>
|
||||||
|
<include>**/*TestCase.java</include>
|
||||||
|
</includes>
|
||||||
|
<reportFormat>brief</reportFormat>
|
||||||
|
<useFile>false</useFile>
|
||||||
|
<forkMode>once</forkMode>
|
||||||
|
<argLine>-ea -Xmx256m</argLine>
|
||||||
|
<parallel>off</parallel>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue