You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/18 13:44:10 UTC

svn commit: r638351 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: vsiveton
Date: Tue Mar 18 05:44:01 2008
New Revision: 638351

URL: http://svn.apache.org/viewvc?rev=638351&view=rev
Log:
o added a localization report

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=638351&r1=638350&r2=638351&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Tue Mar 18 05:44:01 2008
@@ -360,4 +360,32 @@
     <doxiaSitetoolsVersion>1.0-alpha-11-SNAPSHOT</doxiaSitetoolsVersion>
     <wagonVersion>1.0-beta-2</wagonVersion>
   </properties>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>l10n-maven-plugin</artifactId>
+        <version>1.0-alpha-1</version>
+        <configuration>
+          <locales>
+            <locale>cs</locale>
+            <locale>de</locale>
+            <locale>es</locale>
+            <locale>fr</locale>
+            <locale>hu</locale>
+            <locale>it</locale>
+            <locale>ja</locale>
+            <locale>ko</locale>
+            <locale>nl</locale>
+            <locale>no</locale>
+            <locale>pl</locale>
+            <locale>pt_BR</locale>
+            <locale>sk</locale>
+            <locale>zh_CN</locale>
+          </locales>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>