Package org.tentackle.maven.plugin.i18n
package org.tentackle.maven.plugin.i18n
Tentackle localization tools maven plugin.
-
ClassesClassDescriptionBase 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 theBundleMonkeytool.Properties that keep the loading order.
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.Pushes resource bundles to the database backend.
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 aMissingResourceException.
Notice: the application's resource bundles are verified via thetentackle-check-maven-pluginduring the build process.