Bartosz Majsak created ARQ-2069:
-----------------------------------
Summary: 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
Priority: Minor
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)