Fork me on GitHub

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.

Example Report

Under the hood the plugin uses ResourceCheck Ant tasks(RSBC) and extends it with additional checks. The plugin is written in Groovy using GMaven.

Open tasks

  • Support configuration of RSBC check parameters
  • Re-implement RSBC check logic, to avoid wrapping?
  • Apply for mojo sandbox?

Have fun - Marcel