On Wednesday, July 2, 2014 at 9:17 AM, NotRobert Deniro wrote: > currently working politics with the build team, on whether they'd be ok to > just have lein installed on build boxes, then I can do: > > <plugin> > <artifactId>exec-maven-plugin</artifactId> >
Here is an option to consider. (I have not used this; I just use lein.) It is a maven plug-in wrapper around lein. So it is perhaps a step up in terms of integration compared to using the maven exec plug-in to run the command line. https://github.com/abailly/lein-maven-plugin -- Kyle Cordes http://kylecordes.com -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
