make sure maven-checkstyle-plugin-2.2 is used for site generation, as the latest 2.5 has problems

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-02-24 22:33:31 +00:00
parent 0befad7051
commit c9e2d17fd5

View File

@ -1126,6 +1126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.2</version>
<configuration>
<configLocation>${checkstyle.config.location}</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>