rquinio / l10n-maven-plugin

:abcd: Maven plugin to validate localization resources in Java properties files
MIT License
3 stars 1 forks source link

Recursive search of bundles in mentioned folders #17

Closed Efremenkov closed 7 years ago

Efremenkov commented 7 years ago

In many projects structure of packages for resource files is the same as for the packages of source files. It would be good if recursive search of resource files was possible in the folders containing in mentioned directories. It refers to propertyDir tag.

rquinio commented 7 years ago

Indeed that makes sense, and it will combine nicely with #15 for inclusions/exclusions.

rquinio commented 7 years ago

Something missing for proper reporting is to use fully qualified names for bundles (recursive path), as there could be two bundles with the same name in different folders.