Maven Resource Bundle Check Plugin
The resource bundle check plugin runs some sanity checks on your resource files. The plugin publishes the results as a report or prints any issues on the console.

- Have a look at a generated example report
- Read the usage documentation
- Check the plugin goals description
Under the hood the plugin uses ResourceCheck Ant tasks(RSBC) and extends it with additional checks. The plugin is written in Groovy using GMaven.