add :pom-addtion example

This commit is contained in:
Esa Laine 2012-08-01 13:16:39 -04:00
parent f6ea9031a3
commit b08c7c5f1e

View file

@ -248,7 +248,11 @@
;; Include <scm> tag in generated pom.xml file. All key/value pairs
;; appear exactly as configured. If absent, Leiningen will try to
;; use information from a .git directory.
:scm {:name "git" :tag "098afd745bcd" :url "http://127.0.0.1/git/my-project"})
:scm {:name "git" :tag "098afd745bcd" :url "http://127.0.0.1/git/my-project"}
;; include arbitrary xml in generated pom.xml file
:pom-addition [:developers [:developer [:name "My Name"]]]
)
;;; Environment Variables used by Leiningen