sbt-quickfix icon indicating copy to clipboard operation
sbt-quickfix copied to clipboard

DocBug: "plugins.sbt" versus "build.sbt"

Open NathanNeff opened this issue 10 years ago • 0 comments

Hello -- I followed the documentation in the README.md --

I put addSbtPlugin("com.dscleaver.sbt" % "sbt-quickfix" % "0.4.1")

into ~/.sbt/0.13/plugins/plugins.sbt.

However, nothing was applied when I started sbt. I found the plugin documentation for sbt [1] says "You can create ~/.sbt/0.13/plugins/build.sbt and put addSbtPlugin() expressions in there to add plugins to all your projects at once".

I renamed my ~/.sbt/0.13/plugins/plugins.sbt file to ~/.sbt/0.13/plugins/build.sbt and started sbt. sbt then correctly downloaded this awesome plugin.

I think that "~/.sbt/0.13/plugins/plugins.sbt" in the README should be changed to "~/.sbt/0.13/plugins/build.sbt"

[1] http://www.scala-sbt.org/0.13/tutorial/Using-Plugins.html

NathanNeff avatar Sep 28 '14 19:09 NathanNeff