Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.3
-
None
-
None
Description
With the current filters only explicit 'includes' and 'excludes' are possible.
With the pattern "<include>*/test/.java</include>" only files in the package "test" are included, but not the files in subpackages.
To include all subpackages, you need includes up to maximum package depth.
e.g.:
"<include>*/test/.java</include>"
"<include>*/test//.java</include>"
"<include>*/test///.java</include>"
"<include>*/test////.java</include>"
and so on...