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

Allow dynamic disable of plugin #86

Closed stdunbar closed 6 years ago

stdunbar commented 6 years ago

I'd like to be able to selectively disable the download of all drivers. Use case is running against Browserstack. In that case there is no need to download anything locally. Perhaps a system property (-D on the command line) or an environment variable.

stdunbar commented 6 years ago

Of course, I can just set up a profile to disable it. Closing issue.

Ardesco commented 6 years ago

beat me to an answer :)