tobrien 2003/07/08 08:44:09
Modified: codec project.properties
Added: codec checkstyle.xml
Log:
Added an XML configuration for the checkstyle report
Revision Changes Path
1.4 +1 -1 jakarta-commons/codec/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/codec/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.properties 18 Jun 2003 18:43:56 -0000 1.3
+++ project.properties 8 Jul 2003 15:44:09 -0000 1.4
@@ -2,7 +2,7 @@
# Properties that override Maven build defaults
##
-maven.checkstyle.properties=${basedir}/checkstyle.properties
+maven.checkstyle.properties=${basedir}/checkstyle.xml
maven.test.failure = false
maven.junit.fork=true
maven.linkcheck.enable=false
1.1 jakarta-commons/codec/checkstyle.xml
Index: checkstyle.xml
===================================================================
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.1//EN"
"http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
<!-- commons codec customization of default Checkstyle behavior -->
<module name="Checker">
<property name="basedir" value="src/checkstyle"/>
<property name="localeLanguage" value="en"/>
<module name="TreeWalker">
<!-- Verify that EVERY source file has the appropriate license -->
<module name="Header">
<property name="headerFile" value="LICENSE.txt"/>
</module>
<module name="OperatorWrap">
<property name="option" value="eol"/>
</module>
</module>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]