Skip to content

Commit

Permalink
Add Sonatype publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Aug 5, 2014
1 parent 687107f commit e5761c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import SonatypeKeys._

sonatypeSettings

name := "core"

libraryDependencies ++= Seq(
Expand Down
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")
2 changes: 2 additions & 0 deletions tools/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ excludedJars in assembly <<= (fullClasspath in assembly) map { cp =>
}}
}

outputPath in assembly := baseDirectory.value.getAbsoluteFile.getParentFile / "assembly" / (outputPath in assembly).value.getName

net.virtualvoid.sbt.graph.Plugin.graphSettings

0 comments on commit e5761c7

Please sign in to comment.