Skip to content

Commit

Permalink
published plugin, we can't republish
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 11, 2013
1 parent d12f041 commit 316b380
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ object Build extends sbt.Build {
// "me.lessis" %% "ls" % "0.1.2"
),
resolvers ++= Seq(Resolvers.coda, Opts.resolver.sonatypeReleases),
publishTo := Some(Classpaths.sbtPluginReleases),
publishTo := None,//Some(Classpaths.sbtPluginReleases),
publish := { }, // skip publishing for this root project.
publishLocal := { }, // skip publishing locally,
publishMavenStyle := false,
description := "An sbt interface for ls.implicit.ly"
) ++ ScriptedPlugin.scriptedSettings ++ lsSettings ++ Seq(
Expand All @@ -81,7 +83,7 @@ object Build extends sbt.Build {
/*conscript.Harness.conscriptSettings ++ */Seq(
// don't publish until sbt 0.12.0 is final to avoid
// punishing 0.11 users
publishTo := None,
publishTo := Some(Opts.resolver.sonatypeStaging),
resolvers += Classpaths.typesafeResolver,
libraryDependencies <+= (sbtVersion)(
"org.scala-sbt" %
Expand Down

0 comments on commit 316b380

Please sign in to comment.