From b08c7c5f1e1470acaaee6233f79bcfc0a92c6728 Mon Sep 17 00:00:00 2001 From: Esa Laine Date: Wed, 1 Aug 2012 13:16:39 -0400 Subject: [PATCH] add :pom-addtion example --- sample.project.clj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sample.project.clj b/sample.project.clj index 74e37c8c..25e477e0 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -248,7 +248,11 @@ ;; Include 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