<maxWaitTimeInMs>10000</maxWaitTimeInMs>
<!-- TODO: review how appropriate the memory settings are - should work with less -->
<cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
- <seleniumPluginVersion>2.2-SNAPSHOT</seleniumPluginVersion>
+ <seleniumPluginVersion>2.2</seleniumPluginVersion>
<selenium-server.version>2.16.0</selenium-server.version>
<apache.mirror.url>http://archive.apache.org/dist</apache.mirror.url>
<apache.archive.url>http://archive.apache.org/dist</apache.archive.url>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <!-- for selenium snapshots -->
- <pluginRepository>
- <id>codehaus.snapshots</id>
- <url>https://nexus.codehaus.org/content/repositories/snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
</pluginRepositories>
</profile>