Julien Chastang <julien.c.chast...@gmail.com> writes:

> Can lein install create checksum (MD5, SHA-1) files  when installing
> artifacts in a local Maven repository?  Heroku requires artifacts be
> deployed with checksum files.

Can you explain a bit more about what you're trying to do? I can't think
of anything specific to Heroku that would require checksum files.

> lein install generates a pom.xml, but when running mvn install
> -DcreateChecksum=true from that pom.xml, mysteriously the .clj files
> are not packaged up in the artifact jar.

It sounds like you might want "lein deploy" rather than "lein install";
that should create the necessary metadata files.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to