jcrossley3 / lein-modules

An alternative to Maven multi-module projects in Leiningen
Eclipse Public License 1.0
83 stars 16 forks source link

Provide a configuration means for the lein executable name used with :suprocess true #3

Closed hugoduncan closed 10 years ago

hugoduncan commented 10 years ago

When running in some environments (e.g. travis) the leiningen script may not be called lein.

jcrossley3 commented 10 years ago

How about instead of boolean, we default the value of :subprocess to "lein", which you can override with some other executable or set to nil/false to run everything in-process? Sound ok?

hugoduncan commented 10 years ago

Sounds good to me.