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

Download files when hash does not match #66

Closed alexkress closed 7 years ago

alexkress commented 7 years ago

Looks like a small bug in the code, even when hashing did not match the code did not attempt to re-download.

Ardesco commented 7 years ago

wow how did I miss that.

more tests needed...

😵

alexkress commented 7 years ago

Thanks for merging! Would you be able to cut a new version and push to maven central? This is a very useful plugin but without this it was hard to use.

alexkress commented 7 years ago

@Ardesco Sorry to bug again, we are really looking forward to having this on public repo, I would be happy to help with releasing a new version, if this is something I can do myself please let me know.

Ardesco commented 7 years ago

Sorry for the delay, things have been getting in the way.

Release is in process now and will hopefully be in maven central by the morning.

alexkress commented 7 years ago

Thank you!

alexkress commented 7 years ago

Sorry to bug once more, it does not look like it worked or maybe maven central is delayed? https://mvnrepository.com/artifact/com.lazerycode.selenium/driver-binary-downloader-maven-plugin

Ardesco commented 7 years ago

It’s there:

https://repo1.maven.org/maven2/com/lazerycode/selenium/driver-binary-downloader-maven-plugin/1.0.15/

The search at the above site takes a while to update. It’s always quicker to look at Maven.org directly if you know the package/project name

Ardesco commented 7 years ago

By above site I mean mvnrepository.com

alexkress commented 7 years ago

Ah, thank you!