Skip to content

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

Notifications You must be signed in to change notification settings

thickey/lein-nevam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published