@Francis Great that works. Thank's! 

The deploy task expects a repo argument in this case though. So I came up 
with this: 
https://github.com/henrik42/buttle/blob/1.0.0/plugin/leiningen/deploy_driver.clj
 


With this I can use this in project.clj 
https://github.com/henrik42/buttle/blob/master/project.clj#L39-L44

            "deploy-driver" ["deploy-driver"                         ;; 
calls Buttle's plugin/leiningen/deploy_driver.clj
                             ":leiningen/repository"                 ;; 
pseudo repository -- see plugin/leiningen/deploy_driver.clj
                             "buttle/buttle"                         ;; 
group/artefact-id
                             ":leiningen/version"                    ;; 
pseudo version number -- see plugin/leiningen/deploy_driver.clj
                             "driver"                                ;; 
classifier
                             "target/uberjar/buttle-driver.jar"]     ;; 
file -- see :uberjar-name

            "deploy-all" ["do" "deploy," "uberjar," "deploy-driver"] ;; 
depoy everything to snapshots/releases depending on version




-- 
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