Maven Gettext Plugin

Generate messages templates and deploy messages bundles

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.vlsi.gettext
ArtifactId

ArtifactId

gettext-maven-plugin
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Gettext Plugin
Generate messages templates and deploy messages bundles
Project URL

Project URL

https://github.com/vlsi/maven-gettext-plugin
Source Code Management

Source Code Management

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

Download gettext-maven-plugin

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.4.0
1.3.0
1.2.11
1.2.10