You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by cu...@apache.org on 2013/07/22 22:08:31 UTC

svn commit: r1505786 - /openjpa/trunk/openjpa-examples/openbooks/pom.xml

Author: curtisr7
Date: Mon Jul 22 20:08:30 2013
New Revision: 1505786

URL: http://svn.apache.org/r1505786
Log:
OPENJPA-2410 : Yet another checkstyle change.

Modified:
    openjpa/trunk/openjpa-examples/openbooks/pom.xml

Modified: openjpa/trunk/openjpa-examples/openbooks/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/pom.xml?rev=1505786&r1=1505785&r2=1505786&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/openbooks/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/openbooks/pom.xml Mon Jul 22 20:08:30 2013
@@ -87,7 +87,7 @@
                             <goal>checkstyle</goal>
                         </goals>
                         <configuration>
-                            <excludes>**/*_.java,**/Java*.java</excludes>
+                            <excludes>**/*_.java,**/*.java</excludes>
                         </configuration>
                     </execution>
                 </executions>