LonoCloud / lein-voom

Tool for generating artifacts versioned on the most recent git commit sha and commit time.
Eclipse Public License 2.0
97 stars 14 forks source link

Maven plugin required for deep voom usage #26

Open abrooks opened 10 years ago

abrooks commented 10 years ago

We planned to have a Maven plugin for non-leiningen workflows however the issue is more pressing.

Consider: A->B->C. "A" is a normal project not using voom. Developers using "A" are not using voom. "B" uses voom and points to voom version of "C". With the current model, there's no point for voom to get involved.

If we have a maven plugin, "B" can include that maven plugin and do the right sort of dependency work (build-deps) to get "C".