Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathproject.clj
More file actions
Latest commit
20 lines (20 loc) · 1005 Bytes
/
Copy pathproject.clj
File metadata and controls
20 lines (20 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(defprojectbuildversion-maven-plugin/buildversion-maven-plugin"1.0.1-SNAPSHOT"
:compile-path"/home/ferd/repos/buildversion-plugin/target/classes"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.cloudhoist/clojure-maven-mojo-annotations
"0.3.2"]
[org.cloudhoist/clojure-maven-mojo "0.3.2"]
[org.apache.maven/maven-plugin-api "3.0.3"]
[org.clojure/tools.trace "0.7.1"]
[conch "0.2.1"]]
:source-paths ["src/main/clojure"]
:jar-dir"/home/ferd/repos/buildversion-plugin/target"
:profiles {:dev {:dependencies [[radagast "1.1.0"]]}}
:repositories {"sonatype-releases"
"http://oss.sonatype.org/content/repositories/releases"}
:resource-paths ["src/main/resource"]
:target-dir"/home/ferd/repos/buildversion-plugin/target"
:min-lein-version"2.0.0"
:plugins [[lein-swank "1.4.4"] [lein-pprint "1.1.1"]]
:test-paths ["src/test/clojure"]
:warn-on-reflectiontrue)