You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/11/08 14:59:33 UTC

svn commit: r833880 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: dennisl
Date: Sun Nov  8 13:59:33 2009
New Revision: 833880

URL: http://svn.apache.org/viewvc?rev=833880&view=rev
Log:
o Add the l10n-maven-plugin to keep track of localizations

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=833880&r1=833879&r2=833880&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Nov  8 13:59:33 2009
@@ -290,6 +290,21 @@
               </requirements>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>l10n-maven-plugin</artifactId>
+            <version>1.0-alpha-2</version>
+            <configuration>
+              <excludes>
+                <exclude>**/log4j.properties</exclude>
+              </excludes>
+              <locales>
+                <locale>de</locale>
+                <locale>fr</locale>
+                <locale>sv</locale>
+              </locales>
+            </configuration>
+          </plugin>
         </plugins>
       </reporting>
     </profile>