From b80e82ae5010022fdc59dd754e43691796e0f7cb Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Tue, 28 Sep 2021 20:43:09 -0500 Subject: [PATCH] Copy the pom to a predictable directory --- build.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 82101b0..12135a5 100644 --- a/build.clj +++ b/build.clj @@ -69,7 +69,10 @@ :connection "scm:git:git://github.com/IGJoshua/coffi.git" :developerConnection "scm:git:ssh://git@github.com/IGJoshua/coffi.git" :tag (str "v" version)} - :src-dirs source-dirs})) + :src-dirs source-dirs}) + (b/copy-file {:src (b/pom-path {:lib lib-coord + :class-dir class-dir}) + :target (str target-dir "pom.xml")})) opts) (defn pom