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:43:38 UTC

svn commit: r638350 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: vsiveton
Date: Tue Mar 18 05:43:36 2008
New Revision: 638350

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

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=638350&r1=638349&r2=638350&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Tue Mar 18 05:43:36 2008
@@ -316,4 +316,32 @@
     <wagonVersion>1.0-beta-2</wagonVersion>
     <scmVersion>1.0</scmVersion>
   </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</locale>
+            <locale>sk</locale>
+            <locale>zh</locale>
+          </locales>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>