dion 2002/06/22 09:15:30
Modified: . project.properties
src/templates/build/plugins/core default.properties
Log:
- Flip checkstyle default to sun coding conventions
- set maven's project.properties to pick up the turbine conventions
Revision Changes Path
1.19 +1 -0 jakarta-turbine-maven/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/project.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- project.properties 6 Jun 2002 00:41:41 -0000 1.18
+++ project.properties 22 Jun 2002 16:15:30 -0000 1.19
@@ -17,3 +17,4 @@
maven.announcement = beta2
maven.checkstyle.excludes = org/apache/maven/java/parser/**
+maven.checkstyle.properties =
${maven.home}/plugins/core/turbine-checkstyle.properties
1.10 +1 -1
jakarta-turbine-maven/src/templates/build/plugins/core/default.properties
Index: default.properties
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/core/default.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- default.properties 22 Jun 2002 16:12:09 -0000 1.9
+++ default.properties 22 Jun 2002 16:15:30 -0000 1.10
@@ -80,7 +80,7 @@
#
maven.checkstyle.includes = **/*.java
maven.checkstyle.excludes =
-maven.checkstyle.properties =
${maven.home}/plugins/core/turbine-checkstyle.properties
+maven.checkstyle.properties =
${maven.home}/plugins/core/sun-code-conventions-checkstyle.properties
maven.checkstyle.fail.on.violation = false
maven.checkstyle.cache.file = ${maven.build.dir}/checkstyle-cachefile
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>