You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/16 14:27:01 UTC

svn commit: r289512 - /maven/maven-1/plugins/trunk/plugin-parent/checkstyle.xml

Author: aheritier
Date: Fri Sep 16 05:26:58 2005
New Revision: 289512

URL: http://svn.apache.org/viewcvs?rev=289512&view=rev
Log:
MPCHECKSTYLE-39 : The checkstyle plugin use the maven.xdoc.locale.default to generate the report.

Modified:
    maven/maven-1/plugins/trunk/plugin-parent/checkstyle.xml

Modified: maven/maven-1/plugins/trunk/plugin-parent/checkstyle.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/checkstyle.xml?rev=289512&r1=289511&r2=289512&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/checkstyle.xml (original)
+++ maven/maven-1/plugins/trunk/plugin-parent/checkstyle.xml Fri Sep 16 05:26:58 2005
@@ -27,6 +27,9 @@
 
 <module name="Checker">
 
+    <!-- Locale to use to generate messages -->
+    <property name="localeCountry" value="${checkstyle.localeCountry}"/>
+
     <!-- Checks that a package.html file exists for each package.     -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
     <module name="PackageHtml"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org