Skip to content

Commit

Permalink
change merging strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Feb 3, 2016
1 parent d7ee158 commit 17f81d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object ApplicationBuild extends Build with sbtassembly.AssemblyKeys {
case PathList("javax", "mail", xs @ _*) => MergeStrategy.first
case PathList("javax", "activation", xs @ _*) => MergeStrategy.first
case PathList(ps @ _*) if ps.last endsWith ".html" => MergeStrategy.first
case PathList("org", "apache", xs @ _*) => MergeStrategy.first
case PathList("org", "apache", "commons", "logging", xs @ _*) => MergeStrategy.first
case PathList("play", "core", "server", xs @ _*) => MergeStrategy.first
case "log4j.properties" => MergeStrategy.concat
case "unwanted.txt" => MergeStrategy.discard
Expand Down

0 comments on commit 17f81d6

Please sign in to comment.