#2472 - making the akka-sbt-plugin publish via Ivy, and removed redundant OSGi settings from AkkaBuild
This commit is contained in:
parent
edaa9520ce
commit
c3e90352a3
1 changed files with 1 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ object AkkaBuild extends Build {
|
|||
base = file("akka-actor"),
|
||||
settings = defaultSettings ++ OSGi.actor ++ Seq(
|
||||
autoCompilerPlugins := true,
|
||||
packagedArtifact in (Compile, packageBin) <<= (artifact in (Compile, packageBin), OsgiKeys.bundle).identityMap,
|
||||
artifact in (Compile, packageBin) ~= (_.copy(`type` = "bundle")),
|
||||
// to fix scaladoc generation
|
||||
fullClasspath in doc in Compile <<= fullClasspath in Compile,
|
||||
libraryDependencies ++= Dependencies.actor,
|
||||
|
|
@ -275,6 +273,7 @@ object AkkaBuild extends Build {
|
|||
base = file("akka-sbt-plugin"),
|
||||
settings = defaultSettings ++ Seq(
|
||||
sbtPlugin := true,
|
||||
publishMavenStyle := false, // SBT Plugins should be published as Ivy
|
||||
scalacOptions in Compile := Seq("-encoding", "UTF-8", "-deprecation", "-unchecked"),
|
||||
scalaVersion := "2.9.1",
|
||||
scalaBinaryVersion <<= scalaVersion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue