jvanzyl 2002/11/24 11:45:44
Modified: . project.properties
Log:
o updating checkstyle config to be a little more lenient and now i'm trying
to clean them up while refactoring.
Revision Changes Path
1.31 +23 -7 jakarta-turbine-maven/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/project.properties,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- project.properties 11 Nov 2002 23:17:40 -0000 1.30
+++ project.properties 24 Nov 2002 19:45:44 -0000 1.31
@@ -5,15 +5,31 @@
maven.final.name = maven
maven.jarResources.basedir = src/conf
-maven.parserJJTreeGrammar =
${src.dir}/java/org/apache/maven/java/parser/JavaParser.jjt
-maven.outputDirectory = ${src.dir}/java/org/apache/maven/java/parser
-maven.parserGrammar = ${src.dir}/java/org/apache/maven/java/parser/JavaParser.jj
-maven.nodePackage = org.apache.maven.java.parser
-
maven.announcement = beta2
-maven.checkstyle.excludes = org/apache/maven/java/parser/**
-maven.checkstyle.format = turbine
+# -------------------------------------------------------------------
+# C H E C K S T Y L E P R O P E R T I E S
+# -------------------------------------------------------------------
+
+maven.checkstyle.properties = ${basedir}/project.properties
+
+checkstyle.lcurly.type = nl
+checkstyle.lcurly.method = nl
+checkstyle.lcurly.other = nl
+checkstyle.rcurly = alone
+
+checkstyle.paren.pad = ignore
+checkstyle.maxlinelen = 132
+
+checkstyle.ignore.whitespace = yes
+
+checkstyle.header.file = LICENSE.txt
+checkstyle.header.ignoreline = 1,2,3,4,5,6
+checkstyle.const.pattern = ^[a-zA-Z][a-zA-Z0-9_]*$
+
+# -------------------------------------------------------------------
+# J A V A D O C P R O P E R T I E S
+# -------------------------------------------------------------------
maven.javadoc.links = http://jakarta.apache.org/commons/sandbox/jelly/apidocs/,
http://jakarta.apache.org/commons/betwixt/apidocs/, http://werkz.werken.com/apidocs/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>