jcrossley3 / lein-modules

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

Versions are lost when applying profiles after middleware is applied #2

Closed jcrossley3 closed 10 years ago

jcrossley3 commented 10 years ago

This mainly occurs when deps in the root of the project (or the :inherited profile) are obtained from the :without-profiles metadata. The versionization step only occurs during the middleware application, which doesn't occur when profiles are subsequently [un]merged.