Author: dwoods
Date: Mon Nov 1 16:01:55 2010
New Revision: 1029724
URL: http://svn.apache.org/viewvc?rev=1029724&view=rev
Log:
rollback to prior version of maven-checkstyle-plugin, due to build errors on
some Windows machines
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1029724&r1=1029723&r2=1029724&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Mon Nov 1 16:01:55 2010
@@ -774,7 +774,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.6</version>
+ <version>2.2</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-velocity</artifactId>
+ <version>1.1.3</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>