Author: ggregory
Date: Tue Oct 17 01:29:22 2017
New Revision: 1812344

URL: http://svn.apache.org/viewvc?rev=1812344&view=rev
Log:
RAT report should ignore src/site/resources/.htaccess

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1812344&r1=1812343&r2=1812344&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Tue Oct 17 01:29:22 2017
@@ -366,6 +366,15 @@ limitations under the License.
         <artifactId>javancss-maven-plugin</artifactId>
         <version>2.1</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/site/resources/.htaccess</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
   <profiles>


Reply via email to