Author: mikedd
Date: Mon Jun 8 20:43:13 2009
New Revision: 782777
URL:
http://svn.apache.org/viewvc?rev=782777&view=revLog:
(re) including committed metamodel classes in checkstyle repost
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=782777&r1=782776&r2=782777&view=diff==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Mon Jun 8 20:43:13 2009
@@ -755,7 +755,6 @@
<failsOnError>true</failsOnError>
<consoleOutput>true</consoleOutput>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
- <excludes>**/*_.java</excludes>
</configuration>
</execution>
</executions>
@@ -795,7 +794,6 @@
<configuration>
<configLocation>${checkstyle.config.location}</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
- <excludes>**/*_.java</excludes>
</configuration>
</plugin>
</plugins>