MrDourado / maven-rbc-plugin

Maven Resource Bundle Check Plugin

Home Page:http://labs.consol.de/projects/maven/maven-rbc-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven Resource Bundle Check Plugin

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.

What is it good for?

  • 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.

Example report

Development

  • 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.

About

Maven Resource Bundle Check Plugin

http://labs.consol.de/projects/maven/maven-rbc-plugin/