I18N Maven Plugin

The I18N Maven Plugin allows you to generate I18N classes from I18N resource files. Such I18N classes provides easy and safe access to the keys in their backing I18N resource files, without risking any MissingResourceExceptions or getting the number of place holders wrong.

Goals Overview

  • i18n:generate generate an I18N class from an I18N resource file.

Usage

Instructions on how to use the I18N Plugin can be found on the usage page.

Examples