Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

marcelmay/maven-rbc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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.