This plugin is activated when all required plugins are present.
This plugin is activated when all required plugins are present.
The Settings to add to the build scope for each project that activates this AutoPlugin.
The Settings to add to the build scope for each project that activates this AutoPlugin. The settings returned here are guaranteed to be added to a given build scope only once regardless of how many projects for that build activate this AutoPlugin.
The Projects to add to the current build based on an existing project.
The Projects to add to the current build based on an existing project.
Plugins instance that doesn't require any Pluginss.
The Projects to add to the current build.
The Projects to add to the current build.
The Settings to add to the global scope exactly once if any project activates this AutoPlugin.
The Settings to add to the global scope exactly once if any project activates this AutoPlugin.
This plugin is activated only when it is manually activated.
This plugin is activated only when it is manually activated.
The Configurations to add to each project that activates this AutoPlugin.
The Configurations to add to each project that activates this AutoPlugin.
This AutoPlugin requires the plugins the Plugins matcher returned by this method.
Determines whether this AutoPlugin will be activated for this project when the requires clause is satisfied.
Determines whether this AutoPlugin will be activated for this project when the requires clause is satisfied.
When this method returns allRequirements, and requires method returns Web && Javascript, this plugin
instance will be added automatically if the Web and Javascript plugins are enabled.
When this method returns noTrigger, and requires method returns Web && Javascript, this plugin
instance will be added only if the build user enables it, but it will automatically add both Web and Javascript.
An experimental plugin that adds the ability for junit-xml to be generated.
To disable this plugin, you need to add:
Note: Using AutoPlugins to enable/disable build features is experimental in sbt 0.13.5.