Ardesco / driver-binary-downloader-maven-plugin

A Maven plugin that will download the WebDriver stand alone server executables for use in your mavenised Selenium project.
Apache License 2.0
92 stars 52 forks source link

Firefox download #62

Closed Hi-Fi closed 6 years ago

Hi-Fi commented 7 years ago
Hi-Fi commented 7 years ago

Deployment to Sonatype seems to be broken

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project driver-binary-downloader-maven-plugin: Failed to deploy artifacts: Could not transfer artifact com.lazerycode.selenium:driver-binary-downloader-maven-plugin:jar:DEV-20170808.160728-19 from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots/): Failed to transfer file: https://oss.sonatype.org/content/repositories/snapshots/com/lazerycode/selenium/driver-binary-downloader-maven-plugin/DEV-SNAPSHOT/driver-binary-downloader-maven-plugin-DEV-20170808.160728-19.jar. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]
Hi-Fi commented 7 years ago

Linux version requires some checks, too, so checking those same time as formatting.

Hi-Fi commented 7 years ago

Linux version working, and format (mostly) same as original one.

Hi-Fi commented 7 years ago

Any issues with this? There's quite a lot of logging when downloading full browsers, but i think it might be also OK as that extraction information is just information.

Ardesco commented 7 years ago

Looks ok, however the filerepository.xml has not been updated

Hi-Fi commented 7 years ago

I'll fix that later today. For Linux it's easy (as Firefox is distributed as tarball), but for Windows and Mac I have to probably check some portable Firefox download location.

Hi-Fi commented 6 years ago

Would this be now merge- and releaseable?