Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

A simple maven plugin that searches for locale-specific properties file and compare them to indicate if a property is missing for a given locale.

License

Notifications You must be signed in to change notification settings

openwide-java/localization-properties-consistency-maven-plugin

Repository files navigation

Discontinued

This repository is no longer actively maintained.

localization-properties-consistency-maven-plugin

This maven plugin search for locale-specific properties file and compare them to indicate if a property is missing for a given locale.

How to start

This is package as a Maven Plugin, to use it you will need to add the following to your project pom:

<plugin>
	<groupId>fr.openwide.maven.plugins</groupId>
	<artifactId>localization-properties-consistency-maven-plugin</artifactId>
	<version>1.0.0</version>
	<executions>
		<execution>
			<id>scan</id>
			<goals>
				<goal>scan</goal>
			</goals>
		</execution>
	</executions>
</plugin>

About

Sources are licensed under the Apache 2 license.

This plugin is mostly developed by Open Wide (http://www.openwide.fr/). External contributions or ideas are welcome.

About

A simple maven plugin that searches for locale-specific properties file and compare them to indicate if a property is missing for a given locale.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages