You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/02 13:21:35 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/checkstyle plugin.jelly

dion        2003/01/02 04:21:35

  Modified:    src/plugins-build/checkstyle plugin.jelly
  Log:
  Fix missing report generation
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-turbine-maven/src/plugins-build/checkstyle/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/checkstyle/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly	1 Jan 2003 15:25:31 -0000	1.12
  +++ plugin.jelly	2 Jan 2003 12:21:35 -0000	1.13
  @@ -11,7 +11,7 @@
     <goal
       name="maven-checkstyle-plugin:report"
       description="Generate code convention conformance reports"
  -    prereqs="checkstyle:check-license-file"/>
  +    prereqs="checkstyle:check-license-file,checkstyle:report"/>
   
     <goal
       name="checkstyle:report">