Hi,

I have an uberjar that I want to deploy to clojars. Part of
building the uberjar is building the "standard" lib-jar of the
same project.

Now I'd like to release/deploy both with the same group/artefactid to
clojars. The uberjar should get the :classifier "app".

So after that people could lein depend on the lib-jar and can download
the "app" via browser/wget/etc.

I've tried different things (e.g. lein-package) with no luck.

The problem is that deploying them "one at a time" re-deploys pom.xml and 
that fails. 
So deployen two jars must be aware of this and deploy pom.xml only once.

Any idea?

-- Henrik

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to