Historical note: This plugin used to be called maven-rbc-plugin
The resource bundle check plugin rbc-maven-plugin runs some checks on your resource files using underneath the ResourceCheck Ant task.
- Runs various checks on resource files, such as missing language resources files or missing resource entries
- Can create a Maven report of the check results
Check out the plugin web site for details.
-
Build the plugin
mvn clean install
Make sure you got Maven 3.0.3+ or higher.
-
Build the site (and the optional example report)
mvn clean install site -Psite,example-report
mvn site:deploy -Psite,dist-labs
-
Release
mvn release:prepare
mvn release:perform
Make sure you got the changes etc for the site updated previous to the release.