summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml19
1 files changed, 5 insertions, 14 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
index b9d6f606e..0ae4a7538 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
@@ -219,20 +219,11 @@
<goal>test</goal>
</goals>
<configuration>
- <systemProperties>
- <property>
- <name>browser</name>
- <value>${selenium.browser}</value>
- </property>
- <property>
- <name>baseUrl</name>
- <value>${baseUrl}</value>
- </property>
- <property>
- <name>maxWaitTimeInMs</name>
- <value>${maxWaitTimeInMs}</value>
- </property>
- </systemProperties>
+ <systemPropertyVariables>
+ <browser>${selenium.browser}</browser>
+ <baseUrl>${baseUrl}</baseUrl>
+ <maxWaitTimeInMs>${maxWaitTimeInMs}</maxWaitTimeInMs>
+ </systemPropertyVariables>
</configuration>
</execution>
</executions>