Hi, Thanks for the answers, they are quite helpful.
What I would like to do is this - 1) Use leiningen for development purposes. 2) Gnenerate a pom while pushing to git. 3) Th pom should be good enough so that it can be used by cloud evironments ( http://jelastic.com/docs/maven-cloud-hosting-in-jelastic) for building and deploying as a war. So is the above scenario possible if I just execute lein pom before pushing into git ? Or would using the clojure-maven plugin reolve this? If so is there a way to interop between both lein and clojure-maven, so that I can develop in one and deploy in another ? Thanks, Murtaza On Saturday, April 21, 2012 2:18:22 AM UTC+5:30, Phil Hagelberg wrote: > > On Fri, Apr 20, 2012 at 1:46 PM, Ben Smith-Mannschott > <bsmith.o...@gmail.com> wrote: > > It will generate a pom.xml which identifies your project (artifactId, > > groupId, version, packaging) and lists its dependencies. This pom is > > suitable for publishing your artifacts to some Maven repository for > > others to consume. (That appears to be stated purpose of 'lein pom': > > "Write a pom.xml file to disk for Maven interoperability.") > > > > It does't configure clojure-maven-plugin, so executing 'mvn package' > > with the resulting pom will not produce a useful result. > > We are discussing adding the ability to specify other things like plugins: > > https://github.com/technomancy/leiningen/pull/454 > > Feel free to weigh in or spike out an implementation if this is > something you're interested in. > > -Phil > On Saturday, April 21, 2012 2:18:22 AM UTC+5:30, Phil Hagelberg wrote: > > On Fri, Apr 20, 2012 at 1:46 PM, Ben Smith-Mannschott > <bsmith.o...@gmail.com> wrote: > > It will generate a pom.xml which identifies your project (artifactId, > > groupId, version, packaging) and lists its dependencies. This pom is > > suitable for publishing your artifacts to some Maven repository for > > others to consume. (That appears to be stated purpose of 'lein pom': > > "Write a pom.xml file to disk for Maven interoperability.") > > > > It does't configure clojure-maven-plugin, so executing 'mvn package' > > with the resulting pom will not produce a useful result. > > We are discussing adding the ability to specify other things like plugins: > > https://github.com/technomancy/leiningen/pull/454 > > Feel free to weigh in or spike out an implementation if this is > something you're interested in. > > -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