MVN

com.googlecode.gettext-commons : gettext-maven-plugin

Maven & Gradle

Nov 21, 2013

Maven Gettext Plugin · Generate messages templates and deploy messages bundles

<plugin>
    <groupId>com.googlecode.gettext-commons</groupId>
    <artifactId>gettext-maven-plugin</artifactId>
    <version>1.2.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.gettext-commons : gettext-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of com.googlecode.gettext-commons : gettext-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
gettext-maven-plugin-1.2.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.googlecode.gettext-commons</groupId>
    <artifactId>gettext-maven-plugin</artifactId>
    <version>1.2.4</version>
</plugin>