For a java/scala project I have some dependencies that are not in a remote repository, but somewhere else in my filesystem. I have then two options, which lead to questions:
I can add a
lib/
directory in my project folder. How can I tell buildr to add the content to the class path ?I can use the builtin dependencies management system. Can I indicate a filesystem repository path instead of an http one ?
Thanks