Skip to content

excludeObject and includeObject doesn't work for multiple values #62

@Gepar

Description

@Gepar

According to documentation we can do this:
<excludeObject>app.test1,app.test2</excludeObject>
But according to maven plugin sources we can pass only one parameter because string is passing without split by any delimiter

                if (isNotBlank(excludeObject)) {
                    runner.excludeObject(excludeObject);
                }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions