summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/hello-world-multi
Commit message (Collapse)AuthorAgeFilesLines
* fix #233 add append and exclude rules to assembly (#309)Nikolay Tatarinov2018-06-014-0/+21
* 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