sbt-assembly
sbt-assembly copied to clipboard
Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
On Windows, version `2.0.0-RC1` fails to properly do an `assembly` due to the following error, probably caused by the `:` in the file name: ``` Error: [error] java.lang.IllegalArgumentException: Illegal character...
My sbt project has a dependency which is a multi-release jar (specifically https://mvnrepository.com/artifact/com.sap.cloud.db.jdbc/ngdbc/2.11.17). When I run `sbt -verbose clean assembly` it appears that sbt-assembly omits the multi-release versions of the...
Hi, thanks for this wonderful plugin. I work on the Spark project and so many times I need to create fat jars to test thing out on the cluster. JARing...
when i package a fat jar more than 100mb(most of them are dependencies) , `target\streams\_global\assembly\_global\streams\assembly` produce more than 10,000 small files, and it cost more time than maven-assembly, also it...
Hello, I'd like to make the branch I'm working on appear in my .jar name like "something-something-branchName". The command to get the branch name is `Process("git rev-parse --abbrev-ref HEAD").!!` but...
Filtering contents of UberJar by filename causes false positives. As an example, if the I were to filter out all fasterxml jars from uber jar I would add a filter...
how to include `runtime` dependency in output jar ? I can not find the document. All googled methods reported deprecated by latest sbt. please help.
When a library declares optional dependencies, they are automatically included in the resulting fat JAR. I guess this is not the expected behavior. A good example is elasticsearch-spark-20 ([elasticsearch-spark-20_2.11-5.5.2.pom](http://central.maven.org/maven2/org/elasticsearch/elasticsearch-spark-20_2.11/5.5.2/elasticsearch-spark-20_2.11-5.5.2.pom)), which...
## Problem Currently, sbt-assembly fails if the dependency jar artifact cointains other configuration files (in the sense of [Lightbend Config](https://github.com/lightbend/config)) besides `reference.conf`, `reference-overrides.conf`, and `application.conf`. For example, if a `version.conf`...
I am using a build.sbt similar to: https://github.com/ZuInnoTe/hadoopoffice/blob/master/examples/scala-flinkds-excel-dao/build.sbt The only difference is that I use sbt-assembly 1.1.0. I receive the following error ``` [info] set current project to example-ho-flinkds-scala-excel-dao (in...