Automate your Java apps file sync with wti-maven-plugin
By Edouard on November 14, 2013
wti-maven-plugin is a new plugin for Apache Maven made by Julien Redondo. It automates the file syncing between your Maven server and WebTranslateIt.
3 commands are available:
mvn wti:init
to initialize your translation files on WebTranslateIt,mvn wti:push
to push your files to WebTranslateIt,mvn wti:pull
to update your files with the latest version from WebTranslateIt.
I am sure many people will find this Maven plugin useful. wti-maven-plugin is open-source (GPL v3) and available on GitHub.