Introduction
2009-08-22
Maven I18n Plugin
The Maven I18n Plugin is used to compute i18n bundles for a given maven module.
Goals Overview
The I18n plugin has the following goals:
- i18n:parserJava parse Java sources.
- i18n:parserValidation parse XWorks validation sources.
- i18n:parserGWTJava parse GWT java sources.
- i18n:get assembly getter computed by parser-like goals.
- i18n:gen generate i18n bundle from getters.
- i18n:collect-i18n-artifacts collects all i18n resources throught project dependencies and store the location of resources in a file.
- i18n:bundle generate unique i18n bundle for final application.
- i18n:tapestry-bundle generate unique i18n bundle for tapestry application.
- i18n:help display help.
Usage
Instructions on how to use the Help Plugin can be found in usages page.
Examples
to be done.