sbt/notes/1.2.0
Eugene Yokota 932f911483 addPluginSbtFile command
Fixes https://github.com/sbt/sbt/issues/1502

This adds `--addPluginSbtFile=<file>` command, which adds the given .sbt file to the plugin build.
Using this mechanism editors or IDEs can start a build with required plugin.

```
$ cat /tmp/extra.sbt
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")

$ sbt --addPluginSbtFile=/tmp/extra.sbt
...
sbt:helloworld> plugins
In file:/xxxx/hellotest/
  ...
  sbtassembly.AssemblyPlugin: enabled in root
```
2018-06-18 01:50:36 -04:00
..
add-plugin.md addPluginSbtFile command 2018-06-18 01:50:36 -04:00
add-project-id-to-watching-message.md Add project id to watching message 2017-12-15 01:49:14 +00:00
cross-strict-aggregation.md Filter incompatible aggregates in cross switch commands 2018-03-07 00:27:22 +00:00
fix-sbt012x-link.md Fixes link to documentation for deprecated 0.10/0.12 DSL syntax 2018-01-24 23:13:00 -05:00
global-eviction-warnin-options.md Add eviction warnings options to global 2018-03-02 14:45:56 +09:00
introduce-CompositeProject.md Ensure precedence of top level Projects over ComponentProjects 2018-04-07 01:04:45 +02:00
introduce-projectToLocalProject.md Introduce projectToLocalProject to replace projectToRef 2018-01-02 16:07:29 +00:00
offline.md -Dsbt.offline sets offline setting 2018-06-13 03:52:21 -04:00
publishTo-not-required-if-not-publishing.md don't require publishTo specified if publishArtifact is `false` 2017-12-15 10:53:29 +00:00
scripted-change.md notes 2018-01-22 14:03:02 -05:00