diff options
author | Olivier Lamy <olamy@apache.org> | 2013-02-21 22:58:43 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-02-21 22:58:43 +0000 |
commit | f705f59ca9abe1132c726747273730d5c6b702c4 (patch) | |
tree | 3d419002fe33565770b6d09772855cc0ab632e6d /archiva-modules/archiva-web/archiva-webapp-test/pom.xml | |
parent | 9d77408e433cd571c1fd7527fd11739a57670862 (diff) | |
download | archiva-f705f59ca9abe1132c726747273730d5c6b702c4.tar.gz archiva-f705f59ca9abe1132c726747273730d5c6b702c4.zip |
cleanup not used properties
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1448844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 7fa52d6a9..22c454e9e 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -33,6 +33,10 @@ <webappDirectory>${project.build.directory}/tomcat7x/webapps/archiva</webappDirectory> <container.test.port>0</container.test.port> <tomcat.propertiesPortFilePath>${project.build.directory}/tomcat-port.properties</tomcat.propertiesPortFilePath> + <maxWaitTimeInMs>10000</maxWaitTimeInMs> + + <seleniumPluginVersion>2.3</seleniumPluginVersion> + <selenium-server.version>2.28.0</selenium-server.version> </properties> <dependencies> |