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 2010/08/25 21:31:12 UTC

svn commit: r989317 - /openjpa/branches/1.0.x/pom.xml

Author: mikedd
Date: Wed Aug 25 19:31:12 2010
New Revision: 989317

URL: http://svn.apache.org/viewvc?rev=989317&view=rev
Log:
update rat check excludes

Modified:
    openjpa/branches/1.0.x/pom.xml

Modified: openjpa/branches/1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/pom.xml?rev=989317&r1=989316&r2=989317&view=diff
==============================================================================
--- openjpa/branches/1.0.x/pom.xml (original)
+++ openjpa/branches/1.0.x/pom.xml Wed Aug 25 19:31:12 2010
@@ -208,7 +208,8 @@
                             <exclude>**/org.apache.openjpa.revision.properties</exclude>
                             <exclude>**/target/**/*</exclude>
                             <exclude>release.properties</exclude>
-                            <exclude>.gitignore</exclude>
+                            <exclude>**/.*/**</exclude>
+                            <exclude>**/pom.xml.tag</exclude>
                         </excludes>
                         </configuration>
                     </plugin>
@@ -478,6 +479,9 @@
                             <exclude>**/*.txt</exclude>
                             <exclude>**/org.apache.openjpa.revision.properties</exclude>
                             <exclude>**/target/**/*</exclude>
+                            <exclude>release.properties</exclude>
+                            <exclude>**/.*/**</exclude>
+                            <exclude>**/pom.xml.tag</exclude>
                         </excludes>
                     </configuration>
                 </plugin>