|
1 | | -(defproject buildversion-maven-plugin "1.0.1-SNAPSHOT" |
| 1 | +(defproject buildversion-maven-plugin/buildversion-maven-plugin "1.0.1-SNAPSHOT" |
| 2 | + :compile-path "/home/ferd/repos/buildversion-plugin/target/classes" |
2 | 3 | :dependencies [[org.clojure/clojure "1.3.0"] |
3 | | - [org.cloudhoist/clojure-maven-mojo-annotations "0.3.2-SNAPSHOT"] |
4 | | - [org.cloudhoist/clojure-maven-mojo "0.3.2-SNAPSHOT"] |
| 4 | + [org.cloudhoist/clojure-maven-mojo-annotations |
| 5 | + "0.3.2"] |
| 6 | + [org.cloudhoist/clojure-maven-mojo "0.3.2"] |
5 | 7 | [org.apache.maven/maven-plugin-api "3.0.3"] |
6 | 8 | [org.clojure/tools.trace "0.7.1"] |
7 | 9 | [conch "0.2.1"]] |
8 | | - :dev-dependencies [[lein-swank "1.4.4"] |
9 | | - [lein-pprint "1.1.1"] |
10 | | - [radagast "1.1.0"]] |
11 | | - |
12 | | - :source-path "src/main/clojure" |
13 | | - :compile-path "target/classes" |
14 | | - :library-path "target/dependency" |
15 | | - :test-path "src/test/clojure" |
16 | | - :resources-path "src/main/resource" |
17 | | - :target-dir "target" |
18 | | - ) |
| 10 | + :source-paths ["src/main/clojure"] |
| 11 | + :jar-dir "/home/ferd/repos/buildversion-plugin/target" |
| 12 | + :profiles {:dev {:dependencies [[radagast "1.1.0"]]}} |
| 13 | + :repositories {"sonatype-releases" |
| 14 | + "http://oss.sonatype.org/content/repositories/releases"} |
| 15 | + :resource-paths ["src/main/resource"] |
| 16 | + :target-dir "/home/ferd/repos/buildversion-plugin/target" |
| 17 | + :min-lein-version "2.0.0" |
| 18 | + :plugins [[lein-swank "1.4.4"] [lein-pprint "1.1.1"]] |
| 19 | + :test-paths ["src/test/clojure"]) |
0 commit comments