Author: bentmann
Date: Fri Oct 16 10:46:03 2009
New Revision: 825837

URL: http://svn.apache.org/viewvc?rev=825837&view=rev
Log:
o Disabled JavadocPackage module for Maven projects which was accidentally 
enabled in r825243

Modified:
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml?rev=825837&r1=825836&r2=825837&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
 Fri Oct 16 10:46:03 2009
@@ -30,9 +30,9 @@
 
     <!-- Checks that each Java package has a Javadoc file used for commenting. 
-->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage       
-->
-    <module name="JavadocPackage">
+    <!--module name="JavadocPackage">
       <property name="allowLegacy" value="true"/>
-    </module>
+    </module-->
 
     <!-- Checks whether files end with a new line.                        -->
     <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->


Reply via email to