From 3fd809310ec8f5aadce018a12eabf8a3c92a3580 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Fri, 16 Feb 2018 19:46:54 +0100 Subject: [PATCH] Fixes project configuration error for MacOS systems The name of the Gecko driver was incorrect for MacOS systems, as the prefix used was "mac" instead of "macos". This commit changes the prefix to solve this problem. Thanks to Ivan Ferrant (iferrant) for this fix. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e50da25..a52db1f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ es.uvigo.esei.daa example war - 0.1.7 + 0.1.8 DAA Example @@ -718,7 +718,7 @@ - mac + macos https://github.com/mozilla/geckodriver/releases/download/${geckodriver.version}/geckodriver-${geckodriver.version}-${geckodriver.suffix}.tar.gz ${settings.localRepository}${file.separator}geckodriver${file.separator}${os.name}${file.separator}${os.arch} ${geckodriver.basepath}${file.separator}geckodriver-${geckodriver.version}-${geckodriver.suffix}.tar.gz -- 2.18.1