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/10/28 01:08:18 UTC

cvs commit: maven checkstyle.xml

dion        2003/10/27 16:08:18

  Modified:    .        checkstyle.xml
  Log:
  Make maven -DpluginSite=y site work
  
  Revision  Changes    Path
  1.3       +1 -1      maven/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/maven/checkstyle.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- checkstyle.xml	21 Aug 2003 03:55:09 -0000	1.2
  +++ checkstyle.xml	28 Oct 2003 00:08:18 -0000	1.3
  @@ -29,7 +29,7 @@
           <!-- Checks that are different from the sun coding conventions ones -->
           <!-- ************************************************************** -->
           <module name="Header">
  -            <property name="headerFile" value="${basedir}/LICENSE.txt"/>
  +            <property name="headerFile" value="${maven.checkstyle.header.file}"/>
               <property name="ignoreLines" value="1,2,3,4,5,6"/>
           </module>
           <property name="tabWidth" value="4"/>
  
  
  

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