juxt / pack.alpha

Package clojure projects
MIT License
258 stars 35 forks source link

Clojars #91

Open alexisvincent opened 3 years ago

alexisvincent commented 3 years ago

Hi there!

Thanks for the lib! Have you considered publishing a new version to Clojars? I've just built a small internal helper lib using pack, but had to publish pack.alpha to our private mvn repo since git deps don't seem to be transitively loaded with tools-deps. I'd like to open some of what I've built, but would need to rely on pack.alpha as a mvn repository and makes sense for that to be controlled by juxt.

Any thoughts? Thanks all

SevereOverfl0w commented 3 years ago

Transitive Git deps are loaded by tools deps. No intentions to change from a git dependency at this time.

alexisvincent commented 3 years ago

If I publish a lib to maven using pack skinny that relies on pack.alpha as a git dep, git deps arent included in the POM. Are you saying I should include the deps.edn file somehow as well?

SevereOverfl0w commented 3 years ago

Ah, getting git deps transitively from maven isn't supported tools-deps, no.

alexisvincent commented 3 years ago

Would you consider publishing this lib to maven?