Top "Sbt-assembly" questions

sbt-assembly is an sbt plugin for building a single JAR file of a project.

How to work efficiently with SBT, Spark and "provided" dependencies?

I'm building an Apache Spark application in Scala and I'm using SBT to build it. Here is the thing: when …

intellij-idea apache-spark sbt sbt-assembly
spark + sbt-assembly: "deduplicate: different file contents found in the following"

I ran spark application and wanna pack the test classes into the fat jar. What is weird is I ran "…

apache-spark sbt sbt-assembly
How to fix sbt reporting "Error wrapping InputStream in GZIPInputStream: java.io.EOFException"?

While running sbt command in an empty directory, it keeps failing with the following exception: $ sbt [info] Loading global plugins …

sbt sbt-assembly
installing sbt-assembly with sbt 0.11.2

I am trying to install sbt-assembly by following the instructions in order to make a stand-alone jar that can run …

scala jar sbt sbt-assembly
SBT Assembly - Deduplicate error & Exclude error

I am trying to build a JAR with dependencies using sbt-assembly. But I am running into this error again and …

scala sbt sbt-assembly
SBT assembly jar exclusion

Im using spark (in java API) and require a single jar that can be pushed to the cluster, however the …

apache-spark jar sbt sbt-assembly
How do I publish a fat JAR (JAR with dependencies) using sbt and sbt-release?

I need to build a single jar, including dependencies, for one of my sub-projects so that it can be used …

deployment jar sbt sbt-assembly
sbt assembly error - deduplicate: different file contents found in the following

I get the following error when I do a ./sbt assembly on my Scala project. I saw the first after …

scala sbt deduplication sbt-assembly scala-breeze
Sbt-assembly unresolved dependency, Scala

I'm installing Sbt-Assembly, but am now stuck. Sbt Version (from 'sbt about'): 0.13.8 Current project is built against scala 2.11.6 Sbt, sbt …

scala plugins sbt sbt-assembly
scala sbt assembly "no main manifest attribute"

I use assembly plugin in sbt to assemble my project. But errors happen when run by "java -jar xx.jar" …

scala sbt sbt-assembly