package plugins
- Alphabetic
- Public
- All
Type Members
- abstract class DependencyTreeKeys extends AnyRef
- trait MiniDependencyTreeKeys extends AnyRef
Value Members
-
object
CorePlugin extends AutoPlugin
Plugin for core sbt-isms.
Plugin for core sbt-isms.
Can control task-level parallelism, logging, etc.
- object DependencyTreeKeys extends DependencyTreeKeys
- object DependencyTreeSettings
-
object
Giter8TemplatePlugin extends AutoPlugin
An experimental plugin that adds the ability for Giter8 templates to be resolved
-
object
IvyPlugin extends AutoPlugin
Plugin that enables resolving artifacts via ivy.
Plugin that enables resolving artifacts via ivy.
Core Tasks -
update
-makePom
-publish
-artifacts
-publishedArtifacts
-
object
JUnitXmlReportPlugin extends AutoPlugin
An experimental plugin that adds the ability for junit-xml to be generated.
An experimental plugin that adds the ability for junit-xml to be generated.
To disable this plugin, you need to add:
val myProject = project in file(".") disablePlugins (plugins.JunitXmlReportPlugin)
Note: Using AutoPlugins to enable/disable build features is experimental in sbt 0.13.5.
-
object
JvmPlugin extends AutoPlugin
A plugin representing the ability to build a JVM project.
A plugin representing the ability to build a JVM project.
Core tasks/keys:
run
test
compile
fullClasspath
Core configurationsTest
Compile
- object MiniDependencyTreeKeys extends MiniDependencyTreeKeys
- object MiniDependencyTreePlugin extends AutoPlugin
- object SbtPlugin extends AutoPlugin
- object SemanticdbPlugin extends AutoPlugin