Revision: 826
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=826&view=rev
Author: henryju
Date: 2010-03-03 21:26:11 +0000 (Wed, 03 Mar 2010)
Log Message:
-----------
Fixed site generation: updated Checkstyle configuration to 2.5
Modified Paths:
--------------
trunk/pom.xml
trunk/src/checkstyle/jwebunit-checkstyle.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-03-03 20:42:03 UTC (rev 825)
+++ trunk/pom.xml 2010-03-03 21:26:11 UTC (rev 826)
@@ -364,11 +364,6 @@
<version>2.0-beta-2</version>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.4</version>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.2</version>
@@ -451,6 +446,11 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.4</version>
Modified: trunk/src/checkstyle/jwebunit-checkstyle.xml
===================================================================
--- trunk/src/checkstyle/jwebunit-checkstyle.xml 2010-03-03 20:42:03 UTC
(rev 825)
+++ trunk/src/checkstyle/jwebunit-checkstyle.xml 2010-03-03 21:26:11 UTC
(rev 826)
@@ -10,6 +10,11 @@
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
<property name="severity" value="warning" />
+ <module name="Header">
+ <property name="headerFile"
+ value="${checkstyle.header.file}" />
+ </module>
+ <module name="FileLength" />
<module name="TreeWalker">
<module name="JavadocMethod" />
<module name="JavadocType" />
@@ -26,15 +31,10 @@
<module name="ParameterName" />
<module name="StaticVariableName" />
<module name="TypeName" />
- <module name="Header">
- <property name="headerFile"
- value="${checkstyle.header.file}" />
- </module>
<module name="AvoidStarImport" />
<module name="IllegalImport" />
<module name="RedundantImport" />
<module name="UnusedImports" />
- <module name="FileLength" />
<module name="LineLength">
<property name="ignorePattern" value="^/\**$" />
<property name="max" value="120" />
@@ -46,7 +46,6 @@
<module name="OperatorWrap" />
<module name="ParenPad" />
<module name="TypecastParenPad" />
- <module name="TabCharacter" />
<module name="WhitespaceAfter" />
<module name="WhitespaceAround" />
<module name="ModifierOrder" />
@@ -90,7 +89,7 @@
<module name="IllegalCatch" />
<module name="JUnitTestCase" />
</module>
- <module name="PackageHtml" />
<module name="NewlineAtEndOfFile" />
<module name="Translation" />
+ <module name="FileTabCharacter" />
</module>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development