Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: filesystem_scm-plugin
-
Similar Issues:
Description
When specifying include filters, I am able to include folder using filters like "*/bar/" or "bar/*" but both of those filters will also include nested folders like ".../foo/.../bar/..." which I'd like to avoid. I would only want to include "bar" folder from root directory i.e. "bar/...". Some option to achieve that would be great.
I implemented a "fix" for the Jacoco plugin:
Right now I have no scenario in mind where you might need the subdirectories. Nevertheless, to not break any setup, I'll add a huge warning if somebody is doing this.
centic, please review.