JDO-785: add .rat-excludes file to configure apache-rat
diff --git a/.rat-excludes b/.rat-excludes
new file mode 100644
index 0000000..c8b3601
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1,39 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+specification/*
+specification/OOO/*
+specification/imports/*
+.svnignore
+assembly.xml
+datanucleus.txt
+query.ser
+tck.txt
+MANIFEST.MF
+pom.properties
+Q*Address.java
+Q*Company.java
+Q*DentalInsurance.java
+Q*Department.java
+Q*Employee.java
+Q*FullTimeEmployee.java
+Q*Insurance.java
+Q*MedicalInsurance.java
+Q*MeetingRoom.java
+Q*Person.java
+Q*Project.java
+Q*DiscriminatorClassName*.java
+QPrimitiveTypes.java
+QVersionedPCPoint.java
+QNamedQueriesSample.java
diff --git a/pom.xml b/pom.xml
index 97cd4e8..c62553d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,14 +66,7 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
-                    <excludes>
-                        <exclude>specification/**</exclude>
-                        <exclude>.svnignore</exclude>
-                        <exclude>assembly.xml</exclude>
-                        <exclude>datanucleus.txt</exclude>
-                        <exclude>query.ser</exclude>
-                        <exclude>tck.txt</exclude>
-                    </excludes>
+                    <excludesFile>.rat-excludes</excludesFile>
                 </configuration>
             </plugin>
         </plugins>