How can I build a clojure project only with a pom?

I wanted to use https://github.com/cemerick/pomegranate to dynamically add-dependensies when the repl is running. But it seemed not working on clojure 1.10. I followed https://github.com/cemerick/pomegranate/pull/102/commits/98fabfd0a060d2cb9f88bffd51ea7d1d747ed937 and modified some files inside the project. But I don’t know what should I do after that. There is no project.clj inside this project but only a maven pom.xml. How can I build this project and generate a uber-jar? Thanks

1 Like

You need to use Maven for that: https://maven.apache.org/

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.