]
Bartosz Majsak resolved ARQ-2069.
---------------------------------
Resolution: Done
JaCoCo include/exclude configuration does not support multiline
---------------------------------------------------------------
Key: ARQ-2069
URL:
https://issues.jboss.org/browse/ARQ-2069
Project: Arquillian
Issue Type: Bug
Components: Extension - Jacoco
Affects Versions: jacoco_1.0.0.Alpha8
Reporter: Bartosz Majsak
Assignee: Bartosz Majsak
Priority: Minor
Fix For: jacoco_1.0.0.Alpha9
JacocoConfiguration already splits multiple includes/excludes in a whitespace aware way
using delimiter "\\s*;\\s*". But this only strips the whitespaces around the
delimiter, not whitespaces before the first and after the last entry.
Because of this you cannot use newlines to format the entries.