aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-02-15 01:12:35 -0300
committerDiego <diegolparra@gmail.com>2014-02-15 01:12:35 -0300
commit68ca09c99825514b444920a34333a77f748b5661 (patch)
treeaa371924a2b83bb2b6353feb30b6f9aa14f598e5 /project
parent4f8c9e160ce0b1cb93141f02a15f33d12d6522aa (diff)
downloadKamon-68ca09c99825514b444920a34333a77f748b5661.tar.gz
Kamon-68ca09c99825514b444920a34333a77f748b5661.tar.bz2
Kamon-68ca09c99825514b444920a34333a77f748b5661.zip
preparing for Publish to Sonatype
Diffstat (limited to 'project')
-rw-r--r--project/Settings.scala17
1 files changed, 17 insertions, 0 deletions
diff --git a/project/Settings.scala b/project/Settings.scala
index 6ace7022..76c6730d 100644
--- a/project/Settings.scala
+++ b/project/Settings.scala
@@ -33,6 +33,23 @@ object Settings {
}
) ++ releaseSettings
+ pomExtra := {
+ <url>http://kamon.io</url>
+ <licenses>
+ <license>
+ <name>Apache 2</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <scm>
+ <url>git://github.com/kamon-io/Kamon.git</url>
+ <connection>scm:git:git@github.com:kamon-io/Kamon.git</connection>
+ </scm>
+ <developers>
+ <developer><id>ivantopo</id><name>Ivan Topolnjak</name><url>https://twitter.com/ivantopo</url></developer>
+ <developer><id>dpsoft</id><name>Diego Parra</name><url>https://twitter.com/diegolparra</url></developer>
+ </developers>
+ }
import spray.revolver.RevolverPlugin.Revolver._
lazy val revolverSettings = Revolver.settings ++ seq(reJRebelJar := "~/.jrebel/jrebel.jar")