I want to use the leiningen checkouts/ directory function, but this function requires that the project in the checkouts/ extracted directory contains project.clj . I have a project (pallet) that has a pom.xml file but not a project.clj file.
The data encoded in both project files is similar (name, version, description, dependencies, repositories), and I wonder if anyone knows about the existing tool to convert Maven pom.xml to leiningen project.clj file.
source share