From baf2295c6d99d32c61d56dac38adf08388b6cc07 Mon Sep 17 00:00:00 2001 From: Nikolay Tatarinov <5min4eq.unity@gmail.com> Date: Fri, 1 Jun 2018 11:18:00 +0300 Subject: fix #233 add append and exclude rules to assembly (#309) * fix #233 add append and exclude rules to assembly * handle existing files and concatenation when file already exists in assembly * add assembly tests for append rules * tests for append patterns * tests for exclude patterns * make append algorithm use single map with fold over classpathIterator * move assembly rules logic to method * move grouping method to Assembly object, make assemblyRules Seq[_] rather than T[Seq[_]] * add test cases for when there are no rules * keep default parameter in createAssembly not to break CI * add one more reference.conf entry to tests --- scalalib/test/resources/hello-world/core/resources/reference.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scalalib/test/resources/hello-world/core/resources/reference.conf (limited to 'scalalib/test/resources/hello-world/core') diff --git a/scalalib/test/resources/hello-world/core/resources/reference.conf b/scalalib/test/resources/hello-world/core/resources/reference.conf new file mode 100644 index 00000000..bf0f66ae --- /dev/null +++ b/scalalib/test/resources/hello-world/core/resources/reference.conf @@ -0,0 +1,4 @@ +######################################## +# My application Reference Config File # +######################################## +akka.http.client.user-agent-header="hello-world-client" -- cgit v1.2.3