diff --git a/build.clj b/build.clj index 88ac5b9..13c5967 100644 --- a/build.clj +++ b/build.clj @@ -66,7 +66,7 @@ opts [:cljs :1.9 :1.10 :master])) (bb/clean) - (assoc :src-pom "pom_template.xml") + (assoc :src-pom "template/pom.xml") (bb/jar))) (defn deploy "Deploy the JAR to Clojars." [opts] diff --git a/pom_template.xml b/template/pom.xml similarity index 100% rename from pom_template.xml rename to template/pom.xml