Author: dennisl Date: Fri Oct 2 08:43:46 2009 New Revision: 820933 URL: http://svn.apache.org/viewvc?rev=820933&view=rev Log: o Add a localization report to help keep track of the different localizations.
Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=820933&r1=820932&r2=820933&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-changes-plugin/pom.xml Fri Oct 2 08:43:46 2009 @@ -467,6 +467,17 @@ </reportSet> </reportSets> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>l10n-maven-plugin</artifactId> + <version>1.0-alpha-2</version> + <configuration> + <locales> + <locale>de</locale> + <locale>sv</locale> + </locales> + </configuration> + </plugin> </plugins> </reporting> </profile>