File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11(defproject buildversion-maven-plugin /buildversion-maven-plugin " 1.0.1-SNAPSHOT"
2- :compile-path " /home/ferd/repos/buildversion-plugin/target/classes"
32 :dependencies [[org.clojure/clojure " 1.3.0" ]
3+ :compile-path " target/classes"
44 [org.cloudhoist/clojure-maven-mojo-annotations
55 " 0.3.2" ]
66 [org.cloudhoist/clojure-maven-mojo " 0.3.2" ]
77 [org.apache.maven/maven-plugin-api " 3.0.3" ]
88 [org.clojure/tools.trace " 0.7.1" ]
99 [conch " 0.2.1" ]]
1010 :source-paths [" src/main/clojure" ]
11- :jar-dir " /home/ferd/repos/buildversion-plugin/ target"
11+ :jar-dir " target"
1212 :profiles {:dev {:dependencies [[radagast " 1.1.0" ]]}}
1313 :repositories {" sonatype-releases"
1414 " http://oss.sonatype.org/content/repositories/releases" }
1515 :resource-paths [" src/main/resource" ]
16- :target-dir " /home/ferd/repos/buildversion-plugin/ target"
16+ :target-dir " target"
1717 :min-lein-version " 2.0.0"
1818 :plugins [[lein-swank " 1.4.4" ] [lein-pprint " 1.1.1" ]]
1919 :test-paths [" src/test/clojure" ]
You can’t perform that action at this time.
0 commit comments