Packages

p

sbt

plugins

package plugins

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class DependencyTreeKeys extends AnyRef
  2. trait MiniDependencyTreeKeys extends AnyRef

Value Members

  1. object CorePlugin extends AutoPlugin

    Plugin for core sbt-isms.

    Plugin for core sbt-isms.

    Can control task-level parallelism, logging, etc.

  2. object DependencyTreeKeys extends DependencyTreeKeys
  3. object DependencyTreeSettings
  4. object Giter8TemplatePlugin extends AutoPlugin

    An experimental plugin that adds the ability for Giter8 templates to be resolved

  5. 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

  6. 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.

  7. 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 configurations
    • Test
    • Compile
  8. object MiniDependencyTreeKeys extends MiniDependencyTreeKeys
  9. object MiniDependencyTreePlugin extends AutoPlugin
  10. object SbtPlugin extends AutoPlugin
  11. object SemanticdbPlugin extends AutoPlugin

Ungrouped