pliant / lein-package

A leiningen plugin that provides the ability to package, install, and deploy non-jar generated artifacts.
5 stars 8 forks source link

Updates for compatibility with lein 2.1.0+ #1

Closed hugoduncan closed 11 years ago

hugoduncan commented 11 years ago

The plugin relies on the leiningen.jar/jar function, which unfortunately changed it's return value in 2.1.0 and above.

Would be great to see the plugin pushed to clojars too, so the readme install instructions would actually work.

dfrugg commented 11 years ago

Thank you for the patches. I will run this through some test builds and then merge. I will also push out to clojars.

dfrugg commented 11 years ago

Changes have been tested, merged, released under version 0.1.1, and deployed to clojars.

hugoduncan commented 11 years ago

Thanks for the quick turnaround! Note that this only works in the absence of leiningen project level :classifiers.

Apologies for breaking the jar function contract.