Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

lein-nevam

A Leiningen plugin to convert Maven pom.xml files to project.clj files.

Usage

Put [lein-nevam "0.1.2"] into the :plugins vector of your :user profile, as shown in the Leiningen documentation.

lein-nevam is mean to be run in project directory that has an existing pom.xml file but has no project.clj.

$ lein nevam

Known Issues

TODO

  • support 1.x
  • allow overwriting of existing project.clj file
  • keep track of non-translatable pom setting (perhaps in :lein-nevam/pom-only) and hook into lein pom task to reinsert them into pom
    • perhaps print out information about the non-translatable things in pom

License

Copyright © 2012 Tom Hickey

Distributed under the Eclipse Public License, the same as Clojure.

About

Leiningen plugin to convert Maven pom.xml files to project.clj files.

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages