mirror of https://github.com/apache/jclouds.git
updated to less buggy version of maven and increased integration test heap size
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1900 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
d22ec1690f
commit
0ad0fc6a83
|
@ -177,6 +177,7 @@
|
||||||
<goal>test</goal>
|
<goal>test</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<argLine>-Xmx512m -Xms128m</argLine>
|
||||||
<parallel>tests</parallel>
|
<parallel>tests</parallel>
|
||||||
<threadCount>5</threadCount>
|
<threadCount>5</threadCount>
|
||||||
<!-- note that the groups/excluded groups don't work due to some problem
|
<!-- note that the groups/excluded groups don't work due to some problem
|
||||||
|
@ -329,7 +330,7 @@ pageTracker._trackPageview();
|
||||||
<version>[1.5,)</version>
|
<version>[1.5,)</version>
|
||||||
</requireJavaVersion>
|
</requireJavaVersion>
|
||||||
<requireMavenVersion>
|
<requireMavenVersion>
|
||||||
<version>[2.1.0,)</version>
|
<version>[2.2.1,)</version>
|
||||||
</requireMavenVersion>
|
</requireMavenVersion>
|
||||||
</rules>
|
</rules>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue