Author: mikedd
Date: Fri Jun 5 14:58:37 2009
New Revision: 782035
URL: http://svn.apache.org/viewvc?rev=782035&view=rev
Log:
Exclude metamodel classes
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=782035&r1=782034&r2=782035&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri Jun 5 14:58:37 2009
@@ -755,6 +755,7 @@
<failsOnError>true</failsOnError>
<consoleOutput>true</consoleOutput>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
+ <excludes>**/*_.java</excludes>
</configuration>
</execution>
</executions>
@@ -794,6 +795,7 @@
<configuration>
<configLocation>${checkstyle.config.location}</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
+ <excludes>**/*_.java</excludes>
</configuration>
</plugin>
</plugins>