lein-modules
lein-modules copied to clipboard
An alternative to Maven multi-module projects in Leiningen
Addresses #46 This does not have tests associated with it, since it's a bit of a mess when running with leiningen 2.9.5. I do have a simple module that no...
When setting up simple modules, they each report: ``` WARNING: You have $CLASSPATH set, probably by accident. It is strongly recommended to unset this before proceeding. ``` This is from...
See https://github.com/technomancy/leiningen/issues/2671#issuecomment-604439999
Sometimes in projects you want the internal dependencies of a module to always refer to the current version of that module. Having to edit :versions in the parent every time...
I have a project with more than 4 submodules and I'd like to keep all versions in sync, I'd expecting to use :versions in a someway like that `(defproject my-project...
I run a lot of code in docker containers, in a VM on my laptop while using the host machine for editing. Using relative paths for checkouts allows the symlinks...
Currently, when you run `lein modules test`, the result summaries are printed after each modules' tests, which means you have to scroll through the output to find them. This gets...
Jim, Thanks for providing lein-modules. It solves a lot of maintenance issues for us. However, I am having trouble understanding the expected behavior of versionization when a child project specifies...
Hi, would lein-modules also work without a common git repo? Will there be any drawbacks? Best regards, jerger
Currently :version in dependency versioning refers to the current sub-module's version, which is fine when all submodules are in sync with each other. In a world where subprojects have differnt...