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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]