Author: ggregory
Date: Sun Apr 7 01:43:09 2013
New Revision: 1465317
URL: http://svn.apache.org/r1465317
Log:
Back up to maven-checkstyle-plugin 2.9.1 from 2.10. 2.10 seems to scan the
'target' dir and wants license headers in .properties to be the header for Java
files. Drawback: there are two reports now.
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1465317&r1=1465316&r2=1465317&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Apr 7 01:43:09 2013
@@ -281,7 +281,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.10</version>
+ <version>2.9.1</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>