I want a jar file for the project https://github.com/klout/brickhouse
but I don't see any link on the site which gives me jar file. There is a link on right menu to download the project as zip file.
I found similar question How to create single jar file from github tree?, but I have dependencies in the pom.xml. I'm using eclipse and win-7. One way I can think of is create a new project in eclipse, add all java packages and files, get all dependency jar files from pom.xml, download them and add to class path. But this will be a lengthy process. Any help is much appreciated. Thanks.