jvanzyl 2002/06/27 22:50:45
Modified: src/plugins/checkstyle plugin.jelly
Log:
After a bout of decoupling and shuffling all the bits into plugins the
site will now generate using 'site-report'. I'll work on deploying
next.
Revision Changes Path
1.3 +3 -1 jakarta-turbine-maven/src/plugins/checkstyle/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/checkstyle/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 28 Jun 2002 05:16:58 -0000 1.2
+++ plugin.jelly 28 Jun 2002 05:50:45 -0000 1.3
@@ -21,7 +21,9 @@
<goal name="checkstyle">
<j:if test="${sourcesPresent == 'true'}">
-
+
+ <echo>${maven.checkstyle.properties}</echo>
+
<checkstyle
properties="${maven.checkstyle.properties}"
failOnViolation="${maven.checkstyle.fail.on.violation}"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>