lavin.1.3.3.source-code.project.clj Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clavin Show documentation
Show all versions of clavin Show documentation
A command-line tool for loading service configurations into Zookeeper.
The newest version!
(defproject org.iplantc/clavin "1.3.3"
:description "A command-line tool for loading service configurations into Zookeeper."
:url "http://www.iplantcollaborative.org"
:license {:name "BSD"
:url "http://iplantcollaborative.org/sites/default/files/iPLANT-LICENSE.txt"}
:scm {:connection "scm:git:[email protected]:iPlantCollaborativeOpenSource/Clavin.git"
:developerConnection "scm:git:[email protected]:iPlantCollaborativeOpenSource/Clavin.git"
:url "[email protected]:iPlantCollaborativeOpenSource/Clavin.git"}
:pom-addition [:developers
[:developer
[:url "https://github.com/orgs/iPlantCollaborativeOpenSource/teams/iplant-devs"]]]
:classifiers [["javadoc" :javadoc]
["sources" :sources]]
:dependencies [[org.antlr/stringtemplate "4.0.2"]
[org.clojure/clojure "1.5.1"]
[org.clojure/tools.cli "0.2.1"]
[org.iplantc/clojure-commons "1.4.8"]
[zookeeper-clj "0.9.1"]]
:plugins [[org.iplantc/lein-iplant-cmdtar "0.1.2"]
[org.iplantc/lein-iplant-rpm "1.4.3"]]
:iplant-rpm {:summary "Clavin"
:type :command
:provides "iplant-clavin"}
:aot [clavin.core]
:main clavin.core
:repositories [["sonatype-nexus-snapshots"
{:url "https://oss.sonatype.org/content/repositories/snapshots"}]]
:deploy-repositories [["sonatype-nexus-staging"
{:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}]])