kaz         02/04/29 07:52:44

  Modified:    .        project.properties
  Log:
  Exclude the JavaCC files from the Checkstyle report for Maven itself.
  This reduces the number of errors from ~12,000 to about ~3,600.
  
  Revision  Changes    Path
  1.8       +2 -0      jakarta-turbine-maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.properties        16 Apr 2002 18:17:35 -0000      1.7
  +++ project.properties        29 Apr 2002 14:52:44 -0000      1.8
  @@ -21,3 +21,5 @@
   outputDirectory.jrcs = ${build.dir}/src/java/org/apache/maven/jrcs/rcs
   
   announcement = beta2
  +
  +checkstyle.excludes = java/org/apache/maven/java/parser/**
  
  
  


Reply via email to