This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 0f7e55965ccb26d032e2b848e6ac90817cdda56a
Author: juanpablo <[email protected]>
AuthorDate: Sat Nov 7 18:31:28 2020 +0100

    small corrections on pom.xml files; set selenide download folder inside 
./target
---
 jspwiki-it-tests/jspwiki-it-test-cma-jdbc/pom.xml             | 2 +-
 jspwiki-it-tests/jspwiki-it-test-cma/pom.xml                  | 2 +-
 jspwiki-it-tests/jspwiki-it-test-custom-absolute-urls/pom.xml | 2 +-
 jspwiki-it-tests/jspwiki-it-test-custom-jdbc/pom.xml          | 2 +-
 jspwiki-it-tests/pom.xml                                      | 1 +
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/jspwiki-it-tests/jspwiki-it-test-cma-jdbc/pom.xml 
b/jspwiki-it-tests/jspwiki-it-test-cma-jdbc/pom.xml
index 315febf..ad59665 100644
--- a/jspwiki-it-tests/jspwiki-it-test-cma-jdbc/pom.xml
+++ b/jspwiki-it-tests/jspwiki-it-test-cma-jdbc/pom.xml
@@ -28,7 +28,7 @@
   <!-- Container Managed Authentication using JDBC instead of XML files for 
user and group info -->
   <artifactId>jspwiki-it-test-cma-jdbc</artifactId>
   <modelVersion>4.0.0</modelVersion>
-  <description>selenium tests execution for jspwiki-it-test-container-jdbc 
(container auth, relative URLs, JDBC database)</description>
+  <description>functional tests execution for jspwiki-it-test-container-jdbc 
(container auth, relative URLs, JDBC database)</description>
   <packaging>war</packaging> <!-- tests reuse [2/3]: builds a war on top of 
jspwiki-war -->
   
   <properties> <!-- tests reuse [3/3]: values injected at 
../jspwiki-selenide-tests/.../jspwiki-custom.properties end up on generated war 
-->
diff --git a/jspwiki-it-tests/jspwiki-it-test-cma/pom.xml 
b/jspwiki-it-tests/jspwiki-it-test-cma/pom.xml
index 74332e6..b2680ba 100644
--- a/jspwiki-it-tests/jspwiki-it-test-cma/pom.xml
+++ b/jspwiki-it-tests/jspwiki-it-test-cma/pom.xml
@@ -28,7 +28,7 @@
   <!-- Container Managed Authentication -->
   <artifactId>jspwiki-it-test-cma</artifactId>
   <modelVersion>4.0.0</modelVersion>
-  <description>selenium tests execution for jspwiki-it-test-container 
(container auth, relative URLs)</description>
+  <description>functional tests execution for jspwiki-it-test-container 
(container auth, relative URLs)</description>
   <packaging>war</packaging> <!-- tests reuse [2/3]: builds a war on top of 
jspwiki-war -->
   
   <properties> <!-- tests reuse [3/3]: values injected at 
../jspwiki-selenide-tests/.../jspwiki-custom.properties end up on generated war 
-->
diff --git a/jspwiki-it-tests/jspwiki-it-test-custom-absolute-urls/pom.xml 
b/jspwiki-it-tests/jspwiki-it-test-custom-absolute-urls/pom.xml
index c27767a..13f82c24 100644
--- a/jspwiki-it-tests/jspwiki-it-test-custom-absolute-urls/pom.xml
+++ b/jspwiki-it-tests/jspwiki-it-test-custom-absolute-urls/pom.xml
@@ -27,7 +27,7 @@
   
   <artifactId>jspwiki-it-test-custom-absolute-urls</artifactId>
   <modelVersion>4.0.0</modelVersion>
-  <description>selenium tests execution for 
jspwiki-it-test-custom-absolute-urls (custom auth, absolute URLs)</description>
+  <description>functional tests execution for 
jspwiki-it-test-custom-absolute-urls (custom auth, absolute URLs)</description>
   <packaging>war</packaging> <!-- tests reuse [2/3]: builds a war on top of 
jspwiki-war -->
   
   <properties> <!-- tests reuse [3/3]: values injected at 
../jspwiki-selenide-tests/.../jspwiki-custom.properties end up on generated war 
-->
diff --git a/jspwiki-it-tests/jspwiki-it-test-custom-jdbc/pom.xml 
b/jspwiki-it-tests/jspwiki-it-test-custom-jdbc/pom.xml
index 04ff68d..ebb7e43 100644
--- a/jspwiki-it-tests/jspwiki-it-test-custom-jdbc/pom.xml
+++ b/jspwiki-it-tests/jspwiki-it-test-custom-jdbc/pom.xml
@@ -27,7 +27,7 @@
   
   <artifactId>jspwiki-it-test-custom-jdbc</artifactId>
   <modelVersion>4.0.0</modelVersion>
-  <description>selenium tests execution for jspwiki-it-test-custom (custom 
auth, JDBC database)</description>
+  <description>functional tests execution for jspwiki-it-test-custom (custom 
auth, JDBC database)</description>
   <packaging>war</packaging> <!-- tests reuse [2/3]: builds a war on top of 
jspwiki-war -->
   
   <properties> <!-- tests reuse [3/3]: values injected at 
../jspwiki-selenide-tests/.../jspwiki-custom.properties end up on generated war 
-->
diff --git a/jspwiki-it-tests/pom.xml b/jspwiki-it-tests/pom.xml
index 4cc92a1..1f1fb5c 100644
--- a/jspwiki-it-tests/pom.xml
+++ b/jspwiki-it-tests/pom.xml
@@ -106,6 +106,7 @@
                 </dependenciesToScan>
                 <systemPropertyVariables>
                   
<it-jspwiki.base.url>http://localhost:8080/${it-jspwiki.context}</it-jspwiki.base.url>
+                  
<it-jspwiki.config.download-folder>./target/downloads</it-jspwiki.config.download-folder>
                   
<it-jspwiki.config.headless>false</it-jspwiki.config.headless>
                   
<it-jspwiki.config.reports-folder>${project.basedir}/target/selenide</it-jspwiki.config.reports-folder>
                   
<it-jspwiki.config.start-maximized>true</it-jspwiki.config.start-maximized>

Reply via email to