Packages

p

sbtassembly

package sbtassembly

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AssemblyKeys extends AnyRef
  2. final class AssemblyOption extends Serializable

  3. case class MappingSet(sourcePackage: Option[sbt.File], mappings: Vector[(sbt.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.

    MergeStrategy is invoked if more than one source file is mapped to the same target path. Its arguments are the tempDir (which is deleted after packaging) and the sequence of source files, and it shall return the file to be included in the assembly (or throw an exception).

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