Skip to content

Commit

Permalink
Uberjar profile needs to be leaky too.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 10, 2014
1 parent bcb4e5a commit 23a772b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Leiningen News -- history of user-visible changes

## 2.4.4 / ???
## 2.5.0 / ???

* Allow certain profiles to be `^:leaky` and affect downstream. (Hugo Duncan)
* Allow profiles to be loaded out of plugins. (Phil Hagelberg, Hugo Duncan)
Expand Down
1 change: 1 addition & 0 deletions leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@
{:dev {:pom-scope :test}
:test {:pom-scope :test}
:base {:pom-scope :test}
:uberjar {:leaky true}
:provided {:pom-scope :provided}})

(defn- meta-merge
Expand Down

0 comments on commit 23a772b

Please sign in to comment.