You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2015/03/23 21:53:52 UTC

svn commit: r1668729 - /sling/trunk/bundles/servlets/post/pom.xml

Author: olli
Date: Mon Mar 23 20:53:52 2015
New Revision: 1668729

URL: http://svn.apache.org/r1668729
Log:
SLING-4536 exclude HtmlResponse.html from Rat checks

Modified:
    sling/trunk/bundles/servlets/post/pom.xml

Modified: sling/trunk/bundles/servlets/post/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=1668729&r1=1668728&r2=1668729&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/post/pom.xml (original)
+++ sling/trunk/bundles/servlets/post/pom.xml Mon Mar 23 20:53:52 2015
@@ -79,6 +79,15 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+              <groupId>org.apache.rat</groupId>
+              <artifactId>apache-rat-plugin</artifactId>
+              <configuration>
+                <excludes>
+                  <exclude>src/main/resources/org/apache/sling/servlets/post/HtmlResponse.html</exclude>
+                </excludes>
+              </configuration>
+            </plugin>
         </plugins>
     </build>
     <reporting>