Maven Gettext Plugin

Generate messages templates and deploy messages bundles

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.vlsi.gettext
Идентификатор

Идентификатор

gettext-maven-plugin
Последняя версия

Последняя версия

1.4.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Maven Gettext Plugin
Generate messages templates and deploy messages bundles
Ссылка на сайт

Ссылка на сайт

https://github.com/vlsi/maven-gettext-plugin
Система контроля версий

Система контроля версий

https://github.com/vlsi/maven-gettext-plugin

Скачать gettext-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>com.github.vlsi.gettext</groupId>
    <artifactId>gettext-maven-plugin</artifactId>
    <version>1.4.0</version>
</plugin>

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 2.0
org.codehaus.plexus : plexus-utils jar 3.0.24
org.apache.maven.reporting : maven-reporting-api jar 2.0
org.apache.maven.reporting : maven-reporting-impl jar 2.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

maven-gettext-plugin

Continuation of the maven2 gettext plugin from googlecode

Changelog

1.4.0

  • Add option to unescape unicode characters in generated .java files

1.3.0

  • Remove POT-Creation-Date by default from generated files. This simplifies VCS history
  • nowrap support for gettext

1.2.11

  • Avoid creation of empty message.properties and message_en.properties

1.2.10

  • support for outputFormat=java
  • support for sort=by-file|output
  • make backup configurable

Release

Release is automatically tagged and deployed to Maven Central via release plugin as follows:

JAVA_HOME="$(/usr/libexec/java_home -v 1.8)" mvn release:clean release:prepare release:perform

Версии библиотеки

Версия
1.4.0
1.3.0
1.2.11
1.2.10