You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/06/15 19:08:00 UTC

svn commit: r784866 - /openjpa/trunk/pom.xml

Author: mikedd
Date: Mon Jun 15 17:08:00 2009
New Revision: 784866

URL: http://svn.apache.org/viewvc?rev=784866&view=rev
Log:
Exclude metamodel classes due to popular request

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=784866&r1=784865&r2=784866&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Mon Jun 15 17:08:00 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>