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