Copy the pom to a predictable directory
This commit is contained in:
parent
e4428a5ef1
commit
b80e82ae50
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue