sbtassembly

package sbtassembly

Visibility
  1. Public
  2. All

Type Members

  1. trait AssemblyKeys extends AnyRef

  2. final class AssemblyOption extends Serializable

  3. case class MappingSet(sourcePackage: Option[File], mappings: Vector[(File, String)]) extends Product with Serializable

  4. abstract class MergeStrategy extends ((File, String, Seq[File])) ⇒ Either[String, Seq[(File, String)]]

    MergeStrategy is invoked if more than one source file is mapped to the same target path.

Value Members

  1. object Assembly

  2. object AssemblyKeys extends AssemblyKeys

  3. object AssemblyOption extends Serializable

  4. object AssemblyPlugin extends AutoPlugin

  5. object MergeStrategy

  6. object PathList

  7. object PluginCompat

Ungrouped