Mark Collin
Mark Collin
Yes I know the data is junk atm, it's just a structure example :)
I'm aware of semver, the only reason the plugin went to java 8 only is because selenium went to java 8 only. It's technically a breaking change, but there's no...
Originally the plugin didn't work unless the hash was valid. The checkFileHashes option was added when some people requested a way to download files without checking the hash. The plugin...
bug that needs to be fixed
In general the libraries used to do this could probably be swapped out for something much newer and more reliable. As a temporary workaround you can put the resoled URL...
The plugin is not thread safe. It uses a static download location, and it extracts binaries to a single location, if multiple instances of the plugin try to download/extract at...
To start off with, the fact you have had no problems running with multiple threads over x period of time does not mean that the plugin is thread safe, it...
yes it's the same plugin, I decide the name wasn't very accurate before I published it to maven, but I never got around to changing the repo name (something I...
It's not a known incompatibility, and I'm surprised to be honest. If the maven-failsafe-plugin is failing to create system properties passed into the JVM it should fail no matter what...
Oh the only thing to remember is that you will need to manually change the version to whatever you want it to be after a release. It's tagging a release,...