Posts Tagged ‘git’
Leiningen – Adding git submodule to Leiningen project
With git, sometimes it easy to use git submodule for dependency management. In Leiningen, for some reason the only “advertised” way of dependency management is using maven. After some poking around, there is a way in Leiningen to use git submodules for dependency management.
Are you ready? ( drumroll …)
It is very simple actually
You have to checkout your submodules to “checkouts” folder. Leiningen will automatically add your submodule’s src directory to your classpath.
That’s it folks
