For a java / scala project, I have some dependencies that are not in the remote repository, but somewhere else in my file system. I have two options that lead to questions:
I can add a directory lib/to the project folder. How can I tell buildr to add content to the class path?
lib/
I can use the built-in dependency management system. Can I specify the path of the file system repository instead of the http address?
thanks
, buildr. compile.with() (, ). , jars lib, :
buildr
compile.with()
lib
compile.with Dir['lib/*.jar']
buildfile. , buildr.
buildfile
:
. http-?
, maven2, file:/// "remote" .