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

voom build-deps breaks if parent dependency is delivered as a JAR #25

Open abrooks opened 10 years ago

abrooks commented 10 years ago

Right now a voom dependency is build-deps buildable if the full transitive chain of dependencies is build-deps buildable. If, however, we have an intervening JAR, we do not currently have the mechanism to extract the repo metadata from the project.clj file embedded in the JAR file.