lein-try icon indicating copy to clipboard operation
lein-try copied to clipboard

Repository type support (POM etc.)

Open hantuzun opened this issue 7 years ago • 1 comments

I'm unable to try com.github.fommil.netlib/all with lein-try. Adding POM type support could be a nice improvement.

hantuzun avatar Mar 21 '18 08:03 hantuzun

Note: This happens because lein-try inserts

[com.github.fommil.netlib/all "RELEASE"]

into the :dependencies of a project, but should be inserting

[com.github.fommil.netlib/all "RELEASE" :extension "pom"]

in this case. Not sure how to handle that on a CLI level, though.

xsc avatar Mar 21 '18 10:03 xsc