I want a jar file for the project https://github.com/klout/brickhouse , but I do not see any link on the site that gives me a jar file, there is a link in the right menu for downloading the zip file.
I found a similar question http://stackoverflow.com/questions/8300813/how-to-create-single-jar-file-from-github-tree , but I have dependencies in pom.xml, I use eclipse and win- 7, one of the ways I can imagine is to create a new project in eclipse, add all the java package and files, get all the dependency jar files from pom.xml, load them and add to the classpath, but this will be a lengthy process Any help would be greatly appreciated.
source share