All Classes and Interfaces
Class
Description
Base class for i18n mojos.
Base class for the "verify"- and "cleanup"-mojos.
Removes obsolete bundles and keys.
Does nothing if there are errors or warnings to make sure that there are no pending refactorings to be resolved by the
Does nothing if there are errors or warnings to make sure that there are no pending refactorings to be resolved by the
BundleMonkey
tool.Display help information on tentackle-i18n-maven-plugin.
Call
Call
mvn tentackle-i18n:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.Properties that keep the loading order.
Improves readability of changes via VCS.
Minimal implementation, sufficient only for load/store.
Improves readability of changes via VCS.
Minimal implementation, sufficient only for load/store.
Pulls resource bundles from the database backend.
If the database contents differ from the resource bundle property files, the property files will be updated.
If the database contents differ from the resource bundle property files, the property files will be updated.
Pushes resource bundles to the database backend.
Existing translations are left unchanged.
Existing translations are left unchanged.
Verifies the bundles stored in the backend against the property resource bundles of the application.
The mojo fails if missing translations in the database would raise a
Notice: the application's resource bundles are verified via the
The mojo fails if missing translations in the database would raise a
MissingResourceException
.Notice: the application's resource bundles are verified via the
tentackle-check-maven-plugin
during the build process.