You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2015/03/23 21:52:52 UTC

[jira] [Created] (SLING-4536) exclude HtmlResponse.html from Rat checks

Oliver Lietz created SLING-4536:
-----------------------------------

             Summary: exclude HtmlResponse.html from Rat checks
                 Key: SLING-4536
                 URL: https://issues.apache.org/jira/browse/SLING-4536
             Project: Sling
          Issue Type: Task
          Components: Servlets
            Reporter: Oliver Lietz
            Assignee: Oliver Lietz
            Priority: Minor
             Fix For: Servlets POST 2.3.8


{noformat}
            <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>
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)