Looooooong liiiiiines.

[ci skip]
This commit is contained in:
Phil Hagelberg 2013-05-16 13:44:10 -07:00
parent b9e94ddf92
commit 0d817f524f
2 changed files with 4 additions and 2 deletions

View file

@ -150,7 +150,8 @@ be able to depend on jars that are deployed without a pom."
(let [branches (set (:deploy-branches project))]
(when (and (seq branches)
(in-branches branches))
(apply main/abort "Can only deploy from branches listed in :deploy-branches:" branches)))
(apply main/abort "Can only deploy from branches listed in"
":deploy-branches:" branches)))
(warn-missing-metadata project)
(let [repo (repo-for project repository)
files (files-for project repo)]

View file

@ -14,7 +14,8 @@
[project]
(when (not (or (:install-releases? project true)
(pom/snapshot? project)))
(main/abort "Can't install release artifacts when :install-releases? is set to false."))
(main/abort "Can't install release artifacts when :install-releases?"
"is set to false."))
(let [jarfiles (jar/jar project)
pomfile (pom/pom project)
local-repo (:local-repo project)]