RAT-242: Adapt rat check configuration

Add explicit exclusion for new resource files.


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1821086 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html b/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html
index 9ea6dbf..d16312b 100644
--- a/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html
+++ b/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html
@@ -1,21 +1,5 @@
 <!DOCTYPE html>
 <!--
-  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.
--->
-<!--
 Demodata with ISO-8859-1 encoded characters:
 The german umlauts: äöüÄÖÜß
 -->
diff --git a/pom.xml b/pom.xml
index e6e52e2..f3929ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,6 +355,7 @@
               <exclude>apache-rat-plugin/src/test/resources/**</exclude>
               <exclude>apache-rat-plugin/src/it/**</exclude>
               <exclude>apache-rat-tasks/src/test/resources/**</exclude>
+              <exclude>**/iso-8859-1.html</exclude>
             </excludes>
           </configuration>
         </plugin>