You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}