diff --git a/build.clj b/build.clj index 9e6b4a7..b77a716 100644 --- a/build.clj +++ b/build.clj @@ -55,7 +55,7 @@ (b/write-pom opts) (println "\nCopying source...") (b/copy-dir {:src-dirs ["resources" "src"] :target-dir class-dir}) - (println "\nBuilding JAR...") + (println "\nBuilding" (:jar-file opts) "...") (b/jar opts)) opts)