A lein2 plugin for working with maven poms.
:plugins [[lein-maven "0.1.0"]]
To generate a project.clj from a pom, lein2 mvn in the directory with the pom file.
To use maven based project checkouts, add the following middleware to your
:user
profile in ~/.lein/profiles.clj
.
:middleware [leiningen.mvn/maven-checkouts]
Copyright © 2012 Hugo Duncan
Distributed under the Eclipse Public License.