File: profile-metadata.clj

package info (click to toggle)
leiningen-clojure 2.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: xml: 916; sh: 760; lisp: 46; makefile: 34; java: 16
file content (14 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject metadata-check "0.1.0"
  :description "Check that profile metadata is retained."
  :license {:name "Eclipse Public License"}
  :dependencies [[leiningen-core "2.0.0-SNAPSHOT"]
                 [clucy "0.2.2" :exclusions [org.clojure/clojure]]
                 [lancet "1.0.1"]
                 [robert/hooke "1.1.2"]
                 [stencil "0.2.0"]]
  :profiles {:bar {:dependencies ^:please-keep-me [[lancet "1.0.2"]
                                                   [stencil "0.3.0"]]
                   :repositories ^:replace []}
             :baz {:dependencies ^:hello []
                   :repositories ^:displace []
                   :java-opts ["my" "java" "opts"]}})