-
Notifications
You must be signed in to change notification settings - Fork 11
excludeObject and includeObject doesn't work for multiple values #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for reporting the issue @Gepar I'll create a bugfix release in the next few days |
Also includeObject has the same issue |
@simasch, it seams there is a bug in your commit:
includeObject goes to runner.excludeObject now |
Hi @diamond54321 Thanks a lot for the your bug report. |
Added a new issue for this: #64 |
@diamond54321 a new release 3.1.9 with the fix has been released |
@simasch thanks a lot for the rapid fix |
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
The text was updated successfully, but these errors were encountered: