summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/pom.xml22
1 files changed, 1 insertions, 21 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
index be951deec..321d3ae84 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
@@ -29,39 +29,20 @@
<packaging>pom</packaging>
<name>Archiva Web :: Application Tests</name>
- <properties>
- <container.test.port>9696</container.test.port>
- <tomcat5x.version>5.5.34</tomcat5x.version>
- <tomcat6x.version>6.0.33</tomcat6x.version>
- <cargo.wait>false</cargo.wait>
- <cargo.timeout>600000</cargo.timeout>
- <cargo.install.dir>${project.build.directory}/cargo/installs</cargo.install.dir>
- <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.1</seleniumPluginVersion>
- <selenium-server.version>2.12.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>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>6.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>1.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-command-line</artifactId>
- <version>1.0-alpha-2</version>
<exclusions>
<exclusion>
<artifactId>plexus-container-default</artifactId>
@@ -95,7 +76,6 @@
<dependency>
<groupId>org.seleniumhq.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
- <version>1.0.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -388,7 +368,6 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
- <version>1.1.1</version>
<executions>
<execution>
<id>start-container</id>
@@ -419,6 +398,7 @@
<systemProperties>
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
<appserver.home>${project.build.directory}/appserver-base</appserver.home>
+ <derby.system.home>${project.build.directory}</derby.system.home>
</systemProperties>
</container>
<configuration>