slipset / deps-deploy

deploy your stuff
Eclipse Public License 1.0
149 stars 31 forks source link

ensure pom file path respects t.deps dir path resolution #49

Closed mpenet closed 2 years ago

mpenet commented 2 years ago

This makes it so that pom file path resolutions abides by tools.deps notion of relative path at runtime. If the path specified is absolute nothing changes, if it's relative it will be to the https://github.com/clojure/tools.deps.alpha/blob/master/src/main/clojure/clojure/tools/deps/alpha/util/dir.clj#L19 value.

That makes it possible to use deps-deploy with tasks that will alter that value at runtime (like say in a "multimodule" tool).

... + some linting (removing dead imports, whitespace, etc)

slipset commented 2 years ago

Thanks!

mpenet commented 2 years ago

Thanks for the quick turnaround :)