FINRAOS / JTAF-ExtWebDriver

Extensions for WebDriver is an enhancement to the powerful WebDriver API, with robust features that keep your browser automation running smoothly. It includes a widget library, improved session management and extended functions over the existing WebDriver API.
http://finraos.github.io/JTAF-ExtWebDriver
Apache License 2.0
26 stars 49 forks source link

Provide standalone jar on GitHub site to use in non-Maven projects #80

Open dpulitano opened 10 years ago

dpulitano commented 10 years ago

I think a standalone jar of the releases should be provided on the GitHub page in addition to what is put on Central Maven / SonaType for projects that aren't using Maven as their build framework.

ghost commented 9 years ago

You can get a "standalone" jar if you clone the project and call "mvn clean package"

The jar file will be located in the target folder.