8000 excludeObject and includeObject doesn't work for multiple values · Issue #62 · utPLSQL/utPLSQL-maven-plugin · GitHub
[go: up one dir, main page]

Skip to content
excludeObject and includeObject doesn't work for multiple values #62
Closed
@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

    0