-
-
Notifications
You must be signed in to change notification settings - Fork 113
ato edited this page Sep 13, 2010
·
6 revisions
Clojars needs a minimal Maven-style pom.xml file to describe any jar you upload. At the bare minimum you will at least need to specify an artifactId, groupId, version and dependencies. It’s also preferred to fill in some of the metadata fields such as description, url and license so that the Clojars site will be able to index and search on them. Here’s an example:
While POMs are the standard way of describing Java libraries, they unfortunately have a very verbose syntax. Check out the tutorial for an easy way to generate POMs for Clojure libraries using Leiningen.
All clojars-web wiki content licensed under a Creative Commons Attribution-ShareAlike 4.0 International License