2013/3/5 BJG145 <benmagicf...@gmail.com> > https://code.google.com/p/libgdx/wiki/MavenProjectSetup > > At the moment I'm struggling to understand pom files; whether I need them > and how to generate them. >
pom.xml for Maven is what project.clj is for Leiningen. You typically don't need to generate pom.xml but in case you do, Leiningen can do it for you (from what you have in project.clj) via lein pom Is there a specific reason why you don't use the Maven repository recommended in the article? If you are not sure how to add it with Leiningen, see 1. https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#repositories 2. https://github.com/technomancy/leiningen/blob/stable/sample.project.clj#L157 As for native dependencies, GWT and Android compilation support, LibGDX uses Maven plugins for that and Leiningen can't use them. -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin -- -- 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/groups/opt_out.