You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2018/01/14 08:27:10 UTC

svn commit: r1821086 - in /creadur/rat/trunk: apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html pom.xml

Author: pottlinger
Date: Sun Jan 14 08:27:10 2018
New Revision: 1821086

URL: http://svn.apache.org/viewvc?rev=1821086&view=rev
Log:
RAT-242: Adapt rat check configuration

Add explicit exclusion for new resource files.

Modified:
    creadur/rat/trunk/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html?rev=1821086&r1=1821085&r2=1821086&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html (original)
+++ creadur/rat/trunk/apache-rat-tasks/src/test/resources/org/example/iso-8859-1.html Sun Jan 14 08:27:10 2018
@@ -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: äöüÄÖÜß
 -->

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1821086&r1=1821085&r2=1821086&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Jan 14 08:27:10 2018
@@ -355,6 +355,7 @@ agnostic home for software distribution
               <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>